~alpine/aports

testing/mkg3a: new aport v1 APPLIED

KikooDX: 1
 testing/mkg3a: new aport

 1 files changed, 26 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3501/mbox | git am -3
Learn more about email & git

[PATCH] testing/mkg3a: new aport Export this patch

---
 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