aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-11-16 23:19:10 +0100
committerMattias Andrée <maandree@kth.se>2016-11-16 23:19:10 +0100
commitdc3eb2a7cccfdd0a98065a775efedeabf87d2f0b (patch)
tree1e3e7a976cd3814e70678b73535c2e97c47fb532
parentadd pkgbuild (diff)
downloadbootcleanse-dc3eb2a7cccfdd0a98065a775efedeabf87d2f0b.tar.gz
bootcleanse-dc3eb2a7cccfdd0a98065a775efedeabf87d2f0b.tar.bz2
bootcleanse-dc3eb2a7cccfdd0a98065a775efedeabf87d2f0b.tar.xz
remove dist
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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
-}
-