mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: uni-1.0.0
This commit is contained in:
parent
7f7fcf5046
commit
9e066e54d8
1 changed files with 16 additions and 0 deletions
16
srcpkgs/uni/template
Normal file
16
srcpkgs/uni/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue