mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
New package: hyx-0.1.4
This commit is contained in:
parent
be7bf6173d
commit
8f5d5eab0e
1 changed files with 16 additions and 0 deletions
16
srcpkgs/hyx/template
Normal file
16
srcpkgs/hyx/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'hyx'
|
||||||
|
pkgname=hyx
|
||||||
|
version=0.1.4
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Minimalistic but powerful console hex editor"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://yx7.cc/code/"
|
||||||
|
distfiles="https://yx7.cc/code/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=ddc356d918270018356996786c19f277a504f3581ec7bb85512e670f41303911
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin hyx
|
||||||
|
vlicense license.txt LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue