mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: cosmic-screenshot-1.0.0.alpha.1
This commit is contained in:
parent
fa7983e331
commit
7d45852808
2 changed files with 17 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
17
srcpkgs/cosmic-screenshot/template
Normal file
17
srcpkgs/cosmic-screenshot/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'cosmic-screenshot'
|
||||||
|
pkgname=cosmic-screenshot
|
||||||
|
version=1.0.0.alpha.1
|
||||||
|
revision=1
|
||||||
|
_tag=epoch-${version/.alpha/-alpha}
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="just"
|
||||||
|
short_desc="TODO: cosmic-screenshot short_desc"
|
||||||
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/pop-os/cosmic-screenshot"
|
||||||
|
distfiles="https://github.com/pop-os/cosmic-screenshot/archive/refs/tags/${_tag}.tar.gz"
|
||||||
|
checksum=78da8e504845582b668b253d376cf2a19a5f6a4a1bd51b4e7c7eeb86ac42831f
|
||||||
|
|
||||||
|
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