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

This commit is contained in:
Daniel Martinez 2024-08-10 00:24:22 -04:00
parent 2623f6cd3c
commit f75d0620e8
No known key found for this signature in database
GPG key ID: 0CB6D99746D459AD
2 changed files with 19 additions and 1 deletions

View file

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

View 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
}