~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/mkg3a: new aport

Details
Message ID
<20210429155355.29035-1-kikoodx@paranoici.org>
DKIM signature
missing
Download raw message
Patch: +26 -0
---
 testing/mkg3a/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 testing/mkg3a/APKBUILD

diff --git a/testing/mkg3a/APKBUILD b/testing/mkg3a/APKBUILD
new file mode 100644
index 0000000000..b8b43ecb69
--- /dev/null
+++ b/testing/mkg3a/APKBUILD
@@ -0,0 +1,26 @@
# Contributor: KikooDX <kikoodx@paranoici.org>
# Maintainer: KikooDX <kikoodx@paranoici.org>
pkgname=mkg3a
pkgver=0.5.0
pkgrel=0
pkgdesc="A tool to create Casio FX-CG addon (.g3a) files"
url="https://gitlab.com/taricorp/mkg3a"
arch="all"
license="Zlib"
depends="libpng"
makedepends="libpng-dev cmake"
subpackages="$pkgname-doc"
options="!check" # there is no test suite
source="$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/mkg3a-$pkgver.tar.gz"

build() {
	mkdir build && cd build
	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
	make
}

package() {
	make -C build DESTDIR="$pkgdir" install
}

sha512sums="a65f58e3691892473d3a56c6f56155dafe37bfc5e31a112978ed1c0c82f60d67715949a807cb5a8beb8d3441501c20c6ff2432e0c12270900f2fe343baf31fe8  mkg3a-0.5.0.tar.gz"
-- 
2.31.1
Reply to thread Export thread (mbox)