mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
New package: cosmic-panel-1.0.0.alpha.1
This commit is contained in:
parent
948274c38f
commit
e5cc094824
2 changed files with 20 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
20
srcpkgs/cosmic-panel/template
Normal file
20
srcpkgs/cosmic-panel/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue