void-packages/srcpkgs/uni/template
Martin Tournoij 8d9069b43a
uni: update to 2.0.0
Build should also be fixed on ppc64/ppc64le now.

Closes: #27625 [via git-merge-pr]
2021-01-03 21:12:41 +01:00

16 lines
443 B
Bash

# Template file for 'uni'
pkgname=uni
version=2.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=744e1d49b9cc8e336e260e0e922b28bb60f8fdaf347e656e964b5f4353c5162a
post_install() {
vlicense LICENSE
}