mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
New package: cosmic-applibrary-1.0.0.alpha.1
This commit is contained in:
parent
abd92d61ef
commit
2623f6cd3c
2 changed files with 18 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
18
srcpkgs/cosmic-applibrary/template
Normal file
18
srcpkgs/cosmic-applibrary/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'cosmic-applibrary'
|
||||||
|
pkgname=cosmic-applibrary
|
||||||
|
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-applibrary short_desc"
|
||||||
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/pop-os/cosmic-applibrary"
|
||||||
|
distfiles="https://github.com/pop-os/cosmic-applibrary/archive/refs/tags/${_tag}.tar.gz"
|
||||||
|
checksum=6481c4d92a5fcaef93698b19bfac28485daaddba8789e50c07410ee9e33a4e22
|
||||||
|
|
||||||
|
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