void-packages/srcpkgs/gxi/template

20 lines
620 B
Bash
Raw Normal View History

2019-01-17 00:15:18 +01:00
# Template file for 'gxi'
pkgname=gxi
2019-03-09 12:11:26 +01:00
version=0.5.4
2019-01-17 00:15:18 +01:00
revision=1
build_style=meson
2019-01-31 15:44:04 +01:00
build_helper=rust
2019-02-14 17:21:10 +01:00
hostmakedepends="cargo pkg-config rust gettext"
2019-01-31 15:44:04 +01:00
makedepends="gtk+3-devel rust-std gettext-devel"
2019-02-14 17:21:10 +01:00
checkdepends="appstream-glib desktop-file-utils"
2019-01-17 00:15:18 +01:00
short_desc="GTK frontend for the xi text editor, written in Rust"
2019-03-09 12:11:26 +01:00
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
2019-01-17 00:15:18 +01: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-09 12:11:26 +01:00
checksum=aff6a4e70d2ceacbbdbda2650f170e697baa2d07e379e3ee3ac246e3fe8a5af1
2019-01-17 00:15:18 +01:00
post_install() {
vlicense LICENSE
}