summaryrefslogtreecommitdiff
path: root/libs/argp-standalone
diff options
context:
space:
mode:
Diffstat (limited to 'libs/argp-standalone')
-rw-r--r--libs/argp-standalone/.footprint5
-rw-r--r--libs/argp-standalone/.signature6
-rw-r--r--libs/argp-standalone/MAKEPKG31
3 files changed, 42 insertions, 0 deletions
diff --git a/libs/argp-standalone/.footprint b/libs/argp-standalone/.footprint
new file mode 100644
index 0000000..397e721
--- /dev/null
+++ b/libs/argp-standalone/.footprint
@@ -0,0 +1,5 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/argp.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libargp.a
diff --git a/libs/argp-standalone/.signature b/libs/argp-standalone/.signature
new file mode 100644
index 0000000..8bb89f0
--- /dev/null
+++ b/libs/argp-standalone/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mEObZwnEeqCzuxsUU9k/xaENaGEJoZiADIjDEO3e3KzaYklGJ0ZmXSOgqpShlEArzGhcuvjdm+pl5rUMWOSBdAM=
+
+SHA256 (MAKEPKG) = 00de4dfae9c7b3b48fb8e937c8a7646cc7bb439d47988d8416e5d3a28ca187d9
+SHA256 (.footprint) = 0262df4beaa67fa4cb35f88778928c6b6093259badfb4ecb720203a03c3845f5
+SHA256 (argp-standalone-1.5.0.tar.gz) = c29eae929dfebd575c38174f2c8c315766092cec99a8f987569d0cad3c6d64f6
+SHA256 (argp-standalone#1.5.0-1.pkg.tar.gz) = d861ab646c62338f5c410839679e4717318482c49604a8afe9cb73087d0765aa
diff --git a/libs/argp-standalone/MAKEPKG b/libs/argp-standalone/MAKEPKG
new file mode 100644
index 0000000..d84b3b7
--- /dev/null
+++ b/libs/argp-standalone/MAKEPKG
@@ -0,0 +1,31 @@
+#!/bin/mkpkg
+# description: Standalone argp argument parser for musl
+# url: https://github.com/argp-standalone/argp-standalone
+
+name=argp-standalone
+version=1.5.0
+release=1
+depends=()
+source=(https://github.com/$name/$name/archive/refs/tags/$version.tar.gz)
+renames=($name-$version.tar.gz)
+
+sha256sums=(
+ "c29eae929dfebd575c38174f2c8c315766092cec99a8f987569d0cad3c6d64f6"
+)
+
+build() {
+ meson setup $name-$version build \
+ --prefix=/usr \
+ --buildtype=plain
+
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh
+