New package: rsClock-0.1.4

This commit is contained in:
0x0f0f0f 2019-10-10 14:28:58 +02:00 committed by Johannes
parent 2073d60800
commit 95ee921fb5

16
srcpkgs/rsClock/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'rsClock'
pkgname=rsClock
version=0.1.4
revision=1
wrksrc="${pkgname}-${version}"
build_style=cargo
short_desc="Simple terminal clock written in Rust"
maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
license="MIT"
homepage="https://github.com/valebes/rsClock"
distfiles="https://github.com/valebes/rsClock/archive/v${version}.tar.gz"
checksum=3e1c903a944325a9fabebfed34029830c94b4cd2463354bc02be01eb18401d04
post_install() {
vlicense LICENSE
}