aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-16 19:04:50 +0100
committerMattias Andrée <maandree@kth.se>2017-11-16 19:04:50 +0100
commit2d87ad2cfce1d43c2511ed65a43e9f6a4c6071ad (patch)
treef535eed0ea3b7eeb70c92fcf655a97836168305a
parentupdate dist (diff)
downloadautopasswd-2d87ad2cfce1d43c2511ed65a43e9f6a4c6071ad.tar.gz
autopasswd-2d87ad2cfce1d43c2511ed65a43e9f6a4c6071ad.tar.bz2
autopasswd-2d87ad2cfce1d43c2511ed65a43e9f6a4c6071ad.tar.xz
Remove dist
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--.gitignore3
-rw-r--r--dist/archlinux/stable/PKGBUILD25
2 files changed, 0 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore
index 3fbc8b7..24a1673 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,4 @@
_/
-/dist/*/*/*
-!/dist/*/*/PKGBUILD
-!/dist/*/*/autopasswd.install
bin/
obj/
\#*\#
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
deleted file mode 100644
index d0d8255..0000000
--- a/dist/archlinux/stable/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=autopasswd
-pkgver=2
-pkgrel=1
-pkgdesc="Reproducable password generator"
-url="https://github.com/maandree/autopasswd"
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(glibc libpassphrase argparser libkeccak)
-makedepends=(glibc libpassphrase argparser libkeccak make coreutils gcc)
-source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=(7bdad6b035c198808ce650a3b78bd6476fbcf9663a4913b2d6e1a68ef0b1c270)
-
-
-build() {
- cd "$srcdir/autopasswd-$pkgver"
- make PREFIX=/usr
-}
-
-package() {
- cd "$srcdir/autopasswd-$pkgver"
- make PREFIX=/usr DESTDIR="$pkgdir" install
-}
-