18 lines
503 B
Bash
18 lines
503 B
Bash
# Template file for 'peaclock'
|
|
pkgname=peaclock
|
|
version=0.4.3
|
|
revision=6
|
|
build_style=cmake
|
|
makedepends="icu-devel"
|
|
short_desc="Colourful binary clock for the terminal"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://octobanana.com/software/peaclock"
|
|
distfiles="https://github.com/octobanana/peaclock/archive/${version}.tar.gz"
|
|
checksum=3de32486e45ddf6a62c591619b5373d23c8eaf885975441ae581ca7241c48012
|
|
|
|
post_install() {
|
|
vsconf cfg/default default-config
|
|
vlicense LICENSE
|
|
}
|