void-packages/srcpkgs/uni/template

19 lines
547 B
Bash

# Template file for 'uni'
pkgname=uni
version=2.8.0
revision=1
build_style=go
go_import_path=zgo.at/uni/v2
go_ldflags="-X main.version=${version}"
short_desc="Query the Unicode database from the CLI, with good support for emojis"
maintainer="Martin Tournoij <martin@arp242.net>"
license="MIT"
homepage="https://github.com/arp242/uni"
distfiles="https://github.com/arp242/uni/archive/refs/tags/v${version}.tar.gz"
checksum=627a8aebe8d72bad5a462b8efc8b96dc96794b926b094de3f1e5b9965e44a678
conflicts="wvstreams"
post_install() {
vlicense LICENSE
}