mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: cosmic-comp-1.0.0.alpha.1
This commit is contained in:
parent
2623f6cd3c
commit
f75d0620e8
2 changed files with 19 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
COSMIC-Desktop
|
19
srcpkgs/cosmic-comp/template
Normal file
19
srcpkgs/cosmic-comp/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'cosmic-comp'
|
||||
pkgname=cosmic-comp
|
||||
version=1.0.0.alpha.1
|
||||
revision=1
|
||||
_tag=epoch-${version/.alpha/-alpha}
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel libseat-devel libxkbcommon-devel libinput-devel
|
||||
pixman-devel libgbm-devel"
|
||||
short_desc="TODO: cosmic-comp short_desc"
|
||||
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/pop-os/cosmic-comp"
|
||||
distfiles="https://github.com/pop-os/cosmic-comp/archive/refs/tags/${_tag}.tar.gz"
|
||||
checksum=46f552fbce2c3139e2b407d98d3115b35a240ba79d2b6bc420010efa67abd21b
|
||||
|
||||
do_install() {
|
||||
CARGO_TARGET_DIR="target/${RUST_TARGET}" DESTDIR=${DESTDIR} make install
|
||||
}
|
Loading…
Add table
Reference in a new issue