void-packages/srcpkgs/peaclock/template
2019-01-16 05:22:57 -02:00

16 lines
483 B
Bash

# Template file for 'peaclock'
pkgname=peaclock
version=0.1.6
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=0ba76ce15c3d8bb49656ccbae403a9b9619a219518fa60863853d0f863070779
post_extract() {
sed -i 's:local/::' CMakeLists.txt
vlicense LICENSE
}