~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/metalang99: new aport

Details
Message ID
<20220213000002.6858-1-sebastian@sebsite.pw>
DKIM signature
missing
Download raw message
Patch: +22 -0
https://github.com/Hirrolot/metalang99
C meta-programming language built with pre-processor macros

Signed-off-by: Sebastian <sebastian@sebsite.pw>
---
 testing/metalang99/APKBUILD | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 testing/metalang99/APKBUILD

diff --git a/testing/metalang99/APKBUILD b/testing/metalang99/APKBUILD
new file mode 100644
index 00000000..000c4154
--- /dev/null
+++ b/testing/metalang99/APKBUILD
@@ -0,0 +1,22 @@
# Contributor: Sebastian Hudak <sebastian@sebsite.pw>
# Maintainer: Sebastian Hudak <sebastian@sebsite.pw>
pkgname=metalang99
pkgver=1.13.1
pkgrel=0
pkgdesc="C meta-programming language built with pre-processor macros"
url="https://github.com/Hirrolot/metalang99"
arch="noarch"
license="MIT"
checkdepends="bash cmake"
source="$pkgname-$pkgver.tar.gz::https://github.com/Hirrolot/metalang99/archive/v$pkgver.tar.gz"

check() {
	scripts/test.sh
}

package() {
	mkdir -p "$pkgdir"/usr
	cp -r include "$pkgdir"/usr/include
}

sha512sums="ef9daaf279ca1256dbc9011eecc07616e9162404bb720cdb24b4910eb7133997257809dfe6826db758fbe90def46efecfff3c281b8fd29ab34d6e5cb8f5c8feb  metalang99-1.13.1.tar.gz"
-- 
2.34.1
Reply to thread Export thread (mbox)