[arch-commits] Commit in (jose jose/repos jose/trunk jose/trunk/PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Thu Oct 10 16:17:08 UTC 2019


    Date: Thursday, October 10, 2019 @ 16:17:07
  Author: diabonas
Revision: 514472

Move jose 10 from the AUR to [community]

Added:
  jose/
  jose/repos/
  jose/trunk/
  jose/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: jose/trunk/PKGBUILD
===================================================================
--- jose/trunk/PKGBUILD	                        (rev 0)
+++ jose/trunk/PKGBUILD	2019-10-10 16:17:07 UTC (rev 514472)
@@ -0,0 +1,27 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=jose
+pkgver=10
+pkgrel=2
+pkgdesc='C-language implementation of Javascript Object Signing and Encryption'
+arch=('x86_64')
+url='https://github.com/latchset/jose'
+license=('APACHE')
+depends=('jansson' 'openssl' 'zlib')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
+sha512sums=('596f71bf7f3ab65164556d8353c07a09283e80ad06f8cbb7b1a9609fe3c95888c94c032ae8d719ed3f3b361cb87188f4683728e649d454056841b8ca47828b9d')
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list