diff options
author | Aaron Ball <nullspoon@oper.io> | 2024-09-21 22:50:04 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2024-09-21 22:50:04 -0600 |
commit | 8900cda53baff6f11d567b5c6481f5b5f470dbfa (patch) | |
tree | 12220b3dd7aa54416e40b1fb1cff80c18d30f3f3 | |
parent | 88971a2f054778702dce2738344d777ee985f07f (diff) | |
download | ports-8900cda53baff6f11d567b5c6481f5b5f470dbfa.tar.gz ports-8900cda53baff6f11d567b5c6481f5b5f470dbfa.tar.xz |
snac2:Add version 2.59
-rw-r--r-- | snac2/.footprint | 11 | ||||
-rw-r--r-- | snac2/.md5sum | 1 | ||||
-rw-r--r-- | snac2/.signature | 5 | ||||
-rw-r--r-- | snac2/Pkgfile | 15 |
4 files changed, 32 insertions, 0 deletions
diff --git a/snac2/.footprint b/snac2/.footprint new file mode 100644 index 0000000..accc70e --- /dev/null +++ b/snac2/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/snac +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/snac.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/snac.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/snac.8.gz diff --git a/snac2/.md5sum b/snac2/.md5sum new file mode 100644 index 0000000..99cfd4e --- /dev/null +++ b/snac2/.md5sum @@ -0,0 +1 @@ +1d18423c235bde72bc591da2d3cd79a8 2.59.tar.gz diff --git a/snac2/.signature b/snac2/.signature new file mode 100644 index 0000000..2cafdf4 --- /dev/null +++ b/snac2/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/nullspoon.pub +RWThnm0RuVZhZj72nAog2jVTbowAHryCIx4Qw+V6xKoehRqS/qzGaugDdT/zEt88mxZGWbfFqElsijC8MJi2I8h4fVoroH64Dw0= +SHA256 (Pkgfile) = 1fb10aee322ade21fa4bfced2202c4f4ccc59bcee4f83808701487c4e7552910 +SHA256 (.footprint) = 074650ba07803f2227e19ba1cf16e788f1e5e3f9f365b95476aab0c27fcccf7b +SHA256 (2.59.tar.gz) = c872fdbcb7de0c0deef4e705392933d118697da978bea119f202e691a113136f diff --git a/snac2/Pkgfile b/snac2/Pkgfile new file mode 100644 index 0000000..92d7aab --- /dev/null +++ b/snac2/Pkgfile @@ -0,0 +1,15 @@ +# Description: A simple, minimalistic ActivityPub instance written in portable C +# URL: https://codeberg.org/grunfink/snac2 +# Maintainer: Aaron Ball, nullspoon at oper dot io +# Depends on: openssl curl + +name=snac2 +version=2.59 +release=1 +source=(https://codeberg.org/grunfink/snac2/archive/${version}.tar.gz) + +build() { + cd ${name} + make PREFIX=/usr + make PREFIX="${PKG}/usr" PREFIX_MAN="${PKG}/usr/share/man" install +} |