16 lines
443 B
Bash
16 lines
443 B
Bash
# Template file for 'uni'
|
|
pkgname=uni
|
|
version=2.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=79574395d83f628b0b325127b2dcea9b3e91dd6510dafd036679fae8998bcf6e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|