mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: peaclock-0.1.3
This commit is contained in:
parent
3995ed84f4
commit
a6036689db
1 changed files with 16 additions and 0 deletions
16
srcpkgs/peaclock/template
Normal file
16
srcpkgs/peaclock/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'peaclock'
|
||||||
|
pkgname=peaclock
|
||||||
|
version=0.1.3
|
||||||
|
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=0041de0e50429786dff4152c60f6dbd84249287d289ad6d7573e47c9f9b62afc
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's:local/::' CMakeLists.txt
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue