void-packages/srcpkgs/lolcat-c/template
2020-07-08 16:18:33 +02:00

18 lines
457 B
Bash

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