void-packages/srcpkgs/uni/template

21 lines
543 B
Bash
Raw Normal View History

2020-01-09 09:16:07 +00:00
# Template file for 'uni'
pkgname=uni
version=1.0.0
revision=1
build_style=go
go_import_path=arp242.net/uni
short_desc="Query the Unicode database from the commandline"
maintainer="klardotsh <josh@klar.sh>"
license="MIT"
homepage="https://github.com/arp242/uni"
distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz"
checksum=04edf69aca7b086328fa1a7bd8e06617ba074eaec041eda6bdad7a1ba0a00dee
2020-01-11 21:29:47 +00:00
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="./print.go:18:14: undefined: isatty.IsTerminal"
esac
2020-01-09 09:16:07 +00:00
post_install() {
vlicense LICENSE
}