void-packages/srcpkgs/lolcat-c/template

17 lines
462 B
Bash

# Template file for 'lolcat-c'
pkgname=lolcat-c
version=1.3
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=5596c9ad40f78cc40483ada3fed25f9fa743b4d281b00c2b78de02f49a415d10
do_install() {
vbin lolcat
}