New package: cosmic-icons-1.0.0.alpha.1

This commit is contained in:
Daniel Martinez 2024-08-10 12:47:42 -04:00
parent 4183b453b0
commit d348e38a21
No known key found for this signature in database
GPG key ID: 0CB6D99746D459AD
2 changed files with 16 additions and 1 deletions

View file

@ -1 +0,0 @@
COSMIC-Desktop

View file

@ -0,0 +1,16 @@
# Template file for 'cosmic-icons'
pkgname=cosmic-icons
version=1.0.0.alpha.1
revision=1
_tag=epoch-${version/.alpha/-alpha}
hostmakedepends="just"
short_desc="TODO: cosmic-icons short_desc"
maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="GPL-3.0-only"
homepage="https://github.com/pop-os/cosmic-icons"
distfiles="https://github.com/pop-os/cosmic-icons/archive/refs/tags/${_tag}.tar.gz"
checksum=20d1a184c0421501e7ed8761f6e6178c3e16c787373357dae1d4dc22b9109428
do_install() {
just --set rootdir ${DESTDIR} --set prefix /usr install
}