From 58f6752ec70c2587c8b3364a3b4f33fc24416001 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 6 Jul 2016 20:23:46 +0200 Subject: Import and update correctpony MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- correctpony/PKGBUILD | 25 +++++++++++++++++++++++++ correctpony/upload | 1 + 2 files changed, 26 insertions(+) create mode 100644 correctpony/PKGBUILD create mode 120000 correctpony/upload (limited to 'correctpony') 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 -- cgit v1.2.3-70-g09d2