mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: cosmic-settings-1.0.0.alpha.1
This commit is contained in:
parent
a4c99c0791
commit
568e8246ff
2 changed files with 24 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
COSMIC-Desktop
|
24
srcpkgs/cosmic-settings/template
Normal file
24
srcpkgs/cosmic-settings/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue