[arch-commits] Commit in sfsexp/repos (community-x86_64 community-x86_64/PKGBUILD)

Daurnimator daurnimator at gemini.archlinux.org
Thu May 26 07:13:42 UTC 2022


    Date: Thursday, May 26, 2022 @ 07:13:42
  Author: daurnimator
Revision: 1210396

archrelease: copy trunk to community-x86_64

Added:
  sfsexp/repos/community-x86_64/
  sfsexp/repos/community-x86_64/PKGBUILD
    (from rev 1210395, sfsexp/trunk/PKGBUILD)

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

Copied: sfsexp/repos/community-x86_64/PKGBUILD (from rev 1210395, sfsexp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-05-26 07:13:42 UTC (rev 1210396)
@@ -0,0 +1,27 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+pkgname=sfsexp
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Small Fast S-Expression Library"
+arch=(x86_64)
+url="https://github.com/mjsottile/sfsexp"
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/mjsottile/sfsexp/releases/download/v$pkgver/sfsexp-$pkgver.tar.gz")
+sha256sums=('66b3d3a83b781613e04372fa0185518ed00fe1435de116be88cf0fdd3e4c0286')
+
+build() {
+	cd "sfsexp-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "sfsexp-$pkgver"
+	make -k check
+}
+
+package() {
+	cd "sfsexp-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list