From a24c1543a4cafa56f882d179241bc0bcd9bf9c6a Mon Sep 17 00:00:00 2001 From: Teldra Date: Sat, 28 Jul 2018 09:22:58 +0100 Subject: [PATCH] New package: autorunner-1.0.0 (#716) --- srcpkgs/autorunner/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/autorunner/template diff --git a/srcpkgs/autorunner/template b/srcpkgs/autorunner/template new file mode 100644 index 00000000000..91bb4914adc --- /dev/null +++ b/srcpkgs/autorunner/template @@ -0,0 +1,19 @@ +# Template file for 'autorunner' +pkgname=autorunner +version=1.0.0 +revision=1 +conf_files="/etc/autorunner.config" +short_desc="Autostart helper for Desktops" +maintainer="teldra " +license="MIT" +homepage="https://github.com/cytopia/${pkgname}" +distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz" +checksum=e6542e807b84204978d393bf978222daa284414949627c89c4c535d86e8d6759 + +do_install() { + vbin autorunner + vlicense LICENSE.md LICENSE + vsconf config + vconf config autorunner.config + vdoc README.md README +}