New package: gowall-0.2.1

This commit is contained in:
elbachir-one 2024-12-08 03:19:51 +01:00 committed by Michael Aldridge
parent a5dbd569d6
commit da706f3e6c

16
srcpkgs/gowall/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'gowall'
pkgname=gowall
version=0.2.1
revision=1
build_style=go
go_import_path="github.com/Achno/gowall"
short_desc="Tool to convert an image to any color-scheme/pallete"
maintainer="elbachir-one <bachiralfa@gmail.com>"
license="MIT"
homepage="https://github.com/Achno/gowall"
distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
checksum=11bef4f3b6126388124a55333ab3594a23f14bef0045b0ca6a34e1944e58f07e
post_install() {
vlicense LICENSE
}