summaryrefslogtreecommitdiff
path: root/localports/ppucciniest
diff options
context:
space:
mode:
Diffstat (limited to 'localports/ppucciniest')
-rw-r--r--localports/ppucciniest/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/localports/ppucciniest/APKBUILD b/localports/ppucciniest/APKBUILD
deleted file mode 100644
index dc9b91e..0000000
--- a/localports/ppucciniest/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Sam Nystrom <sam@samnystrom.dev>
-# Maintainer: Sam Nystrom <sam@samnystrom.dev>
-pkgname=ppucciniest
-pkgver=1.0.0
-pkgrel=0
-pkgdesc="Generate Catppuccin flavors of a file from a template"
-url="https://sr.ht/~stonks3141/ppucciniest"
-arch="all"
-license="GPL-3.0-or-later"
-depends=""
-makedepends="hare haredo scdoc"
-options="!check" # no tests
-subpackages="$pkgname-doc"
-source="ppucciniest-$pkgver.tar.gz::https://git.sr.ht/~stonks3141/ppucciniest/archive/$pkgver.tar.gz"
-
-build() {
- LDFLAGS= haredo
-}
-
-package() {
- PREFIX="$pkgdir/usr" haredo install
-}
-
-sha512sums="
-115bb0d32650e5f111ee43096df3c973b5468b7aa18a9717f3e059c47c6c475a67ec7982a9045470c6fee054a8f0e287e8fe6b7be19c674446156651eeda4db5 ppucciniest-1.0.0.tar.gz
-"