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

This commit is contained in:
Daniel Martinez 2024-08-10 13:04:44 -04:00
parent 948274c38f
commit e5cc094824
No known key found for this signature in database
GPG key ID: 0CB6D99746D459AD
2 changed files with 20 additions and 1 deletions

View file

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

View file

@ -0,0 +1,20 @@
# Template file for 'cosmic-panel'
pkgname=cosmic-panel
version=1.0.0.alpha.1
revision=1
_tag=epoch-${version/.alpha/-alpha}
build_style=cargo
make_install_args="--path cosmic-panel-bin"
hostmakedepends="pkg-config"
makedepends="libxkbcommon-devel"
short_desc="TODO: cosmic-panel short_desc"
maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="GPL-3.0-only"
homepage="https://github.com/pop-os/cosmic-panel"
distfiles="https://github.com/pop-os/cosmic-panel/archive/refs/tags/${_tag}.tar.gz"
checksum=f4bacd6447607bb04605ae04add2f7cec8422d5ceb08cf742a65876484059328
post_install() {
vmkdir usr/share/cosmic
vcopy "data/default_schema/*" usr/share/cosmic
}