mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: cosmic-edit-1.0.0.alpha.1
This commit is contained in:
parent
f75d0620e8
commit
a28e124ea1
2 changed files with 21 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
21
srcpkgs/cosmic-edit/template
Normal file
21
srcpkgs/cosmic-edit/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'cosmic-edit'
|
||||||
|
pkgname=cosmic-edit
|
||||||
|
version=1.0.0.alpha.1
|
||||||
|
revision=1
|
||||||
|
_tag=epoch-${version/.alpha/-alpha}
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config just"
|
||||||
|
makedepends="libxkbcommon-devel oniguruma-devel"
|
||||||
|
short_desc="TODO: cosmic-edit short_desc"
|
||||||
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/pop-os/cosmic-edit"
|
||||||
|
distfiles="https://github.com/pop-os/cosmic-edit/archive/refs/tags/${_tag}.tar.gz"
|
||||||
|
checksum=c81bd38a1c16cabf5a5bfbba3e0552bff72e3e7b802dcaed836dcafe3b634d72
|
||||||
|
|
||||||
|
export VERGEN_GIT_COMMIT_DATE="${version}_${revision}"
|
||||||
|
export VERGEN_GIT_SHA="${version}_${revision}"
|
||||||
|
|
||||||
|
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