aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--dist/archlinux/stable/PKGBUILD25
2 files changed, 0 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index c9838d4..dcaf39c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,6 @@ _/
__pycache__/
.*
!.git*
-/dist/archlinux/stable/*
-!/dist/archlinux/stable/PKGBUILD
*~
\#*\#
*.bak
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
deleted file mode 100644
index 383c64e..0000000
--- a/dist/archlinux/stable/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=bootcleanse
-pkgver=2
-pkgrel=1
-pkgdesc='Cleanse your system from old MBR codes and boot flags'
-arch=(any)
-url='https://github.com/maandree/bootcleanse'
-license=(GPL3)
-depends=(python3 sudo sh coreutils)
-makedepends=(texinfo gzip)
-source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=(aed2f962a8b337263bfcc1aa215fc875babb1d5713143a9887d4cf8c3194b179)
-
-
-build() {
- cd "$srcdir/bootcleanse-$pkgver"
- make
-}
-
-package() {
- cd "$srcdir/bootcleanse-$pkgver"
- make DESTDIR="${pkgdir}" install
-}
-