18 lines
457 B
Bash
18 lines
457 B
Bash
# Template file for 'lolcat-c'
|
|
pkgname=lolcat-c
|
|
version=1.2
|
|
revision=1
|
|
wrksrc="lolcat-$version"
|
|
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="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=b6e1a0e24479fbdd4eb907531339e2cafc0c00b78d19caf70e8377b8b7546331
|
|
|
|
do_install() {
|
|
vbin lolcat
|
|
}
|