17 lines
490 B
Bash
17 lines
490 B
Bash
# 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
|
|
}
|