diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-06 20:23:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-06 20:23:46 +0200 |
commit | 58f6752ec70c2587c8b3364a3b4f33fc24416001 (patch) | |
tree | 0939896113713d750ac81f42f6afd01b8c1ca1e3 /correctpony | |
parent | Update xpybar (diff) | |
download | aur-packages-58f6752ec70c2587c8b3364a3b4f33fc24416001.tar.gz aur-packages-58f6752ec70c2587c8b3364a3b4f33fc24416001.tar.bz2 aur-packages-58f6752ec70c2587c8b3364a3b4f33fc24416001.tar.xz |
Import and update correctpony
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'correctpony')
-rw-r--r-- | correctpony/PKGBUILD | 25 | ||||
l--------- | correctpony/upload | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/correctpony/PKGBUILD b/correctpony/PKGBUILD new file mode 100644 index 0000000..554ef26 --- /dev/null +++ b/correctpony/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=correctpony +pkgver=2.1 +pkgrel=2 +pkgdesc="Passphrase generator based on http://xkcd.com/936/" +arch=('any') +url="https://github.com/maandree/correctpony" +license=('AGPL3') +depends=('java-runtime>=6' 'argparser-java') +makedepends=('java-environment>=6' 'argparser-java' 'make' 'sed' 'coreutils' 'auto-auto-complete' 'texinfo' 'gzip') +provides=('correctpony') +conflicts=('correctpony') +source=($url/archive/$pkgver.tar.gz) +sha256sums=(265f9fb11759e0a7245b96cbaa34f42b0fe2ee00f2f6721e1e53f7d25f4d5f0e) + +build() { + cd "$srcdir/correctpony-$pkgver" + make -B +} + +package() { + cd "$srcdir/correctpony-$pkgver" + make DESTDIR="$pkgdir/" install +} diff --git a/correctpony/upload b/correctpony/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/correctpony/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |