diff --git a/srcpkgs/rot8/template b/srcpkgs/rot8/template new file mode 100644 index 00000000000..302a85758bb --- /dev/null +++ b/srcpkgs/rot8/template @@ -0,0 +1,15 @@ +# Template file for 'rot8' +pkgname=rot8 +version=0.1.3 +revision=1 +build_style=cargo +short_desc="Screen rotation daemon" +maintainer="Harrison Thorne " +license="MIT" +homepage="https://github.com/efernau/rot8" +distfiles="https://github.com/efernau/rot8/archive/v${version}.tar.gz" +checksum=14b3e0073462de8a7a010d10485c841f81a3e6dfce90f6c8401fbbb4419f8125 + +post_install() { + vlicense LICENSE +}