void-packages/srcpkgs/gxi/template

20 lines
620 B
Bash
Raw Normal View History

2019-01-16 23:15:18 +00:00
# Template file for 'gxi'
pkgname=gxi
2019-03-18 18:49:15 +00:00
version=0.5.5
2019-01-16 23:15:18 +00:00
revision=1
build_style=meson
2019-01-31 14:44:04 +00:00
build_helper=rust
2019-02-14 16:21:10 +00:00
hostmakedepends="cargo pkg-config rust gettext"
2019-01-31 14:44:04 +00:00
makedepends="gtk+3-devel rust-std gettext-devel"
2019-02-14 16:21:10 +00:00
checkdepends="appstream-glib desktop-file-utils"
2019-01-16 23:15:18 +00:00
short_desc="GTK frontend for the xi text editor, written in Rust"
2019-03-09 11:11:26 +00:00
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
2019-01-16 23:15:18 +00:00
license="MIT"
homepage="https://github.com/Cogitri/gxi"
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
2019-03-18 18:49:15 +00:00
checksum=1ba641b5638683c375964ffbf4a0f4e7991826be29efc025556001a330510702
2019-01-16 23:15:18 +00:00
post_install() {
vlicense LICENSE
}