aports/testing/cosmic-icons/APKBUILD
2025-03-08 23:56:53 +00:00

24 lines
792 B
Text

# Contributor: Clayton Craft <clayton@craftyguy.net>
# Maintainer: Clayton Craft <clayton@craftyguy.net>
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
"