autorunner: update to 1.1.1.

This commit is contained in:
teldra 2021-03-29 08:48:53 +02:00 committed by Piotr
parent eff792a2a4
commit a961e67718

View file

@ -1,19 +1,19 @@
# Template file for 'autorunner' # Template file for 'autorunner'
pkgname=autorunner pkgname=autorunner
version=1.0.0 version=1.1.1
revision=1 revision=1
conf_files="/etc/autorunner.config" conf_files="/etc/autorunner.config"
short_desc="Autostart helper for Desktops" short_desc="Autostart helper for Desktops"
maintainer="teldra <teldra@rotce.de>" maintainer="teldra <teldra@rotce.de>"
license="MIT" license="MIT"
homepage="https://github.com/cytopia/${pkgname}" homepage="https://github.com/cytopia/autorunner"
distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz"
checksum=e6542e807b84204978d393bf978222daa284414949627c89c4c535d86e8d6759 checksum=4f9d31675e0c47ba3dff5601bd1c156ce008cce81dfb5a0558733f6f68d6d930
do_install() { do_install() {
vbin autorunner vbin bin/autorunner
vlicense LICENSE.md LICENSE vlicense LICENSE.md LICENSE
vsconf config vsconf etc/config
vconf config autorunner.config vconf etc/config autorunner.config
vdoc README.md README vdoc README.md README
} }