void-packages/srcpkgs/lolcat-c/template

17 lines
462 B
Bash

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