16 lines
447 B
Bash
16 lines
447 B
Bash
# Template file for 'peaclock'
|
|
pkgname=peaclock
|
|
version=0.2.0
|
|
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=e8b71e62b6f408a95bfd7f1381bb2cfe390969be37f7c2f83b60cd313cde8589
|
|
|
|
post_extract() {
|
|
vlicense LICENSE
|
|
}
|