diff --git a/srcpkgs/rsClock/template b/srcpkgs/rsClock/template new file mode 100644 index 0000000000..3da575801f --- /dev/null +++ b/srcpkgs/rsClock/template @@ -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 " +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 +}