17 lines
462 B
Bash
17 lines
462 B
Bash
# Template file for 'lolcat-c'
|
|
pkgname=lolcat-c
|
|
version=1.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_target="lolcat"
|
|
short_desc="High-performance implementation of lolcat"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="WTFPL"
|
|
homepage="https://github.com/jaseg/lolcat"
|
|
distfiles="https://github.com/jaseg/lolcat/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=2af79bed90e0bda52ae500d16e7e7022037fad10c487c317e7f0ff17ec4b14f5
|
|
|
|
do_install() {
|
|
vbin lolcat
|
|
}
|