diff options
| -rw-r--r-- | libquanta/PKGBUILD | 24 | ||||
| l--------- | libquanta/upload | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/libquanta/PKGBUILD b/libquanta/PKGBUILD new file mode 100644 index 0000000..2a25cb9 --- /dev/null +++ b/libquanta/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> + +pkgname=libquanta +pkgver=1.0 +pkgrel=1 +pkgdesc="Colour quantisation library" +arch=(i686 x86_64) +url="https://codeberg.org/maandree/libquanta" +license=('custom:ISC') +depends=(libj2) +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +sha256sums=(655d06ec84d9e095fc655d44e6d0439017f02a872f0f0ed9d4bad5604e69df29) + + +build() { + cd "$srcdir/$pkgname" + make PREFIX=/usr +} + + +package() { + cd "$srcdir/$pkgname" + make PREFIX=/usr DESTDIR="$pkgdir" install +} diff --git a/libquanta/upload b/libquanta/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/libquanta/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |
