void-packages/srcpkgs/peaclock/template
2021-08-11 16:16:12 +02:00

18 lines
509 B
Bash

# Template file for 'peaclock'
pkgname=peaclock
version=0.4.3
revision=2
build_style=cmake
makedepends="icu-devel"
short_desc="Colourful binary clock for the terminal"
maintainer="Nathan Owens <ndowens@artixlinux.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
}