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

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


    Date: Thursday, May 26, 2022 @ 07:13:22
  Author: daurnimator
Revision: 1210395

Add sfsexp

It's a dependency of notmuch

Added:
  sfsexp/
  sfsexp/repos/
  sfsexp/trunk/
  sfsexp/trunk/PKGBUILD

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

Added: sfsexp/trunk/PKGBUILD
===================================================================
--- sfsexp/trunk/PKGBUILD	                        (rev 0)
+++ sfsexp/trunk/PKGBUILD	2022-05-26 07:13:22 UTC (rev 1210395)
@@ -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