~alpine/aports

testing/queercat: new aport v1 PROPOSED

Coco Liliace: 1
 testing/queercat: new aport

 1 files changed, 27 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/4159/mbox | git am -3
Learn more about email & git

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

https://github.com/Elsa002/queercat
A version of lolcat with options for some lgbtq+ flags
---
 testing/queercat/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/queercat/APKBUILD

diff --git a/testing/queercat/APKBUILD b/testing/queercat/APKBUILD
new file mode 100644
index 00000000..f9cfbd0d
--- /dev/null
+++ b/testing/queercat/APKBUILD
@@ -0,0 +1,27 @@
# Contributor: Coco Liliace <chloe@liliace.dev>
# Maintainer: Coco Liliace <chloe@liliace.dev>
pkgname=queercat
pkgver=2.0
pkgrel=0
# upstream does not have tagged releases so we rely on the commit hash
_gitrev="725c61d77288b4d2bae453164f2830f68799cac5"
pkgdesc="A version of lolcat with options for some lgbtq+ flags"
url="https://github.com/Elsa002/queercat"
arch="x86_64"
license="Unlicense"
makedepends="gcc"
options="!check" # no tests
source="https://github.com/Elsa002/queercat/archive/$_gitrev.zip"
builddir="$srcdir/$pkgname-$_gitrev"

build() {
	gcc main.c -lm -o queercat
}

package() {
	install -Dt "$pkgdir"/usr/bin queercat
}

sha512sums="
c627817595ce2bf7c594adc6a1c079588ba6dc81f32983002cc91123a9856545b1e712c0621d29835d8b870e633e058ade0aef6bc6e2636d48914727df009542  725c61d77288b4d2bae453164f2830f68799cac5.zip
"
-- 
2.39.2