18 lines
509 B
Bash
18 lines
509 B
Bash
# Template file for 'peaclock'
|
|
pkgname=peaclock
|
|
version=0.4.0
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="icu-devel"
|
|
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=3b14608b2e507e268b1804c2383cbde241886eeba8d313d646524a44e3ab8615
|
|
|
|
post_install() {
|
|
vsconf config/default default-config
|
|
vlicense LICENSE
|
|
}
|