mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: cosmic-applets-1.0.0.alpha.1
This commit is contained in:
parent
1bb9c84897
commit
abd92d61ef
2 changed files with 23 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
23
srcpkgs/cosmic-applets/template
Normal file
23
srcpkgs/cosmic-applets/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'cosmic-applets'
|
||||||
|
pkgname=cosmic-applets
|
||||||
|
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 dbus-devel pulseaudio-devel libinput-devel"
|
||||||
|
short_desc="TODO: cosmic-applets short_desc"
|
||||||
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/pop-os/cosmic-applets"
|
||||||
|
distfiles="https://github.com/pop-os/cosmic-applets/archive/refs/tags/${_tag}.tar.gz"
|
||||||
|
checksum=be60cba82b8da4f7d7cde4a2a5426d97f41423c11bd5fb5d66f1194ddf7274d4
|
||||||
|
|
||||||
|
if [ "$XBPS_WORDSIZE" = "32" ]; then
|
||||||
|
broken="rustc-LLVM ERROR: out of memory"
|
||||||
|
fi
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
just --set targetdir "target/${RUST_TARGET}" --set rootdir ${DESTDIR} \
|
||||||
|
--set prefix /usr --set cosmic-applets-bin cosmic-applets install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue