New package: gxi-0.3.1
This commit is contained in:
parent
b5eadb8b5e
commit
5740109d7c
1 changed files with 18 additions and 0 deletions
18
srcpkgs/gxi/template
Normal file
18
srcpkgs/gxi/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'gxi'
|
||||
pkgname=gxi
|
||||
version=0.3.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="cmake cargo pkg-config rust"
|
||||
makedepends="gtk+3-devel rust-std"
|
||||
short_desc="GTK frontend for the xi text editor, written in Rust"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Cogitri/gxi"
|
||||
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
|
||||
checksum=c2779e7323a20e2b3c35e087f563023809d4d6751e460be6fc55017c8ae645a8
|
||||
nocross="Meson x Cargo"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue