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

This commit is contained in:
Daniel Martinez 2024-08-10 13:36:20 -04:00
parent a4c99c0791
commit 568e8246ff
No known key found for this signature in database
GPG key ID: 0CB6D99746D459AD
2 changed files with 24 additions and 1 deletions

View file

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

View file

@ -0,0 +1,24 @@
# Template file for 'cosmic-settings'
pkgname=cosmic-settings
version=1.0.0.alpha.1
revision=1
_tag=epoch-${version/.alpha/-alpha}
build_style=cargo
hostmakedepends="pkg-config just"
makedepends="libxkbcommon-devel eudev-libudev-devel libinput-devel"
short_desc="TODO: cosmic-settings short_desc"
maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="GPL-3.0-only"
homepage="https://github.com/pop-os/cosmic-settings"
distfiles="https://github.com/pop-os/cosmic-settings/archive/refs/tags/${_tag}.tar.gz"
checksum=eb9cffb33c5a0139e1a7b9d8635d76fd41a1978bbf958b461840c76d12630b73
case "$XBPS_TARGET_MACHINE" in
armv*|i686*)
broken="error: failed to run custom build command for `generator v0.7.5`: Unsupported architecture"
;;
esac
do_install() {
just --set cargo-target-dir "target/${RUST_TARGET}" --set rootdir ${DESTDIR} --set prefix /usr install
}