mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
New package: cosmic-launcher-1.0.0.alpha.1
This commit is contained in:
parent
d348e38a21
commit
871b88d59d
2 changed files with 18 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
18
srcpkgs/cosmic-launcher/template
Normal file
18
srcpkgs/cosmic-launcher/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'cosmic-launcher'
|
||||||
|
pkgname=cosmic-launcher
|
||||||
|
version=1.0.0.alpha.1
|
||||||
|
revision=1
|
||||||
|
_tag=epoch-${version/.alpha/-alpha}
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config just"
|
||||||
|
makedepends="libxkbcommon-devel"
|
||||||
|
short_desc="TODO: cosmic-launcher short_desc"
|
||||||
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/pop-os/cosmic-launcher"
|
||||||
|
distfiles="https://github.com/pop-os/cosmic-launcher/archive/refs/tags/${_tag}.tar.gz"
|
||||||
|
checksum=a2bc1885c7e79ec2fb109ab8af6d7bea2c5318814cb9a349646d96fbe9513c09
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
just --set cargo-target-dir "target/${RUST_TARGET}" --set rootdir ${DESTDIR} --set prefix /usr install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue