17 lines
483 B
Bash
17 lines
483 B
Bash
# Template file for 'peaclock'
|
|
pkgname=peaclock
|
|
version=0.1.7
|
|
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=dd8a8746f8f0f0eb5690d10d13a61b55e6b11c78e98637879b6140c9ad058a65
|
|
|
|
post_extract() {
|
|
sed -i 's:local/::' CMakeLists.txt
|
|
vlicense LICENSE
|
|
}
|