20 lines
543 B
Bash
20 lines
543 B
Bash
# Template file for 'uni'
|
|
pkgname=uni
|
|
version=1.1.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=938712d1e750b8dcea9f42d4691b66e15dbc7c7ce0200400f20f79702dc97bac
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc*) broken="./print.go:18:14: undefined: isatty.IsTerminal"
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|