From ce1e57bbb3ca486eafbcce7d12e616b4b8606d10 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 26 Feb 2025 00:08:43 -0800 Subject: [PATCH] testing/cosmic-icons: new aport --- testing/cosmic-icons/APKBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testing/cosmic-icons/APKBUILD diff --git a/testing/cosmic-icons/APKBUILD b/testing/cosmic-icons/APKBUILD new file mode 100644 index 00000000000..8819c0c7c7e --- /dev/null +++ b/testing/cosmic-icons/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: Clayton Craft +# Maintainer: Clayton Craft +pkgname=cosmic-icons +pkgver=1.0.0_alpha6 +_upstreamver="${pkgver/_alpha/-alpha.}" +pkgrel=0 +pkgdesc="Icons for the COSMIC Desktop Environment" +url="https://github.com/pop-os/cosmic-icons" +arch="noarch" +license="GPL-3.0-or-later AND CC-BY-SA-4.0" +makedepends=" + just +" +options="!check" # no tests +source="$pkgname-$pkgver.tar.gz::https://github.com/pop-os/cosmic-icons/archive/refs/tags/epoch-$_upstreamver.tar.gz" +builddir="$srcdir/$pkgname-epoch-$_upstreamver" + +package() { + just rootdir="$pkgdir" install +} + +sha512sums=" +ae6f723a0c13d54f17d6af9738fc274baeb06e519a9169a694be25db8a44546e27cb3b3d5a6160efff3cd81ebd52aff0afd99f6e15aba158558269f85bd0d74e cosmic-icons-1.0.0_alpha6.tar.gz +"