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