mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: cosmic-store-1.0.0.alpha.1
This commit is contained in:
parent
86c59a602d
commit
5103c82018
2 changed files with 18 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
18
srcpkgs/cosmic-store/template
Normal file
18
srcpkgs/cosmic-store/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'cosmic-store'
|
||||||
|
pkgname=cosmic-store
|
||||||
|
version=1.0.0.alpha.1
|
||||||
|
revision=1
|
||||||
|
_tag=epoch-${version/.alpha/-alpha}
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config just"
|
||||||
|
makedepends="libxkbcommon-devel openssl-devel flatpak-devel"
|
||||||
|
short_desc="TODO: cosmic-store short_desc"
|
||||||
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/pop-os/cosmic-store"
|
||||||
|
distfiles="https://github.com/pop-os/cosmic-store/archive/refs/tags/${_tag}.tar.gz"
|
||||||
|
checksum=eca7c5f138b81768565300cb90f0453527f87660743c8513e5f0470399b4f1ae
|
||||||
|
|
||||||
|
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