void-packages/srcpkgs/peaclock/template

17 lines
484 B
Bash

# Template file for 'peaclock'
pkgname=peaclock
version=0.1.10
revision=1
build_style=cmake
short_desc="Colourful binary clock for the terminal"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://octobanana.com/software/peaclock"
distfiles="https://github.com/octobanana/peaclock/archive/${version}.tar.gz"
checksum=d05f06f3c51286b705f2bb198b48ae5142f71cdd4f6f76b9e0bb6455400dc1d3
post_extract() {
sed -i 's:local/::' CMakeLists.txt
vlicense LICENSE
}