mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/cosmic-icons: new aport
This commit is contained in:
parent
fc1f5560a7
commit
ce1e57bbb3
24
testing/cosmic-icons/APKBUILD
Normal file
24
testing/cosmic-icons/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# 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
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user