20 lines
561 B
Bash
20 lines
561 B
Bash
# Template file for 'autorunner'
|
|
pkgname=autorunner
|
|
version=1.1.1
|
|
revision=1
|
|
conf_files="/etc/autorunner.config"
|
|
short_desc="Autostart helper for Desktops"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/cytopia/autorunner"
|
|
distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=4f9d31675e0c47ba3dff5601bd1c156ce008cce81dfb5a0558733f6f68d6d930
|
|
|
|
do_install() {
|
|
vbin bin/autorunner
|
|
vlicense LICENSE.md LICENSE
|
|
vsconf etc/config
|
|
vconf etc/config autorunner.config
|
|
vdoc README.md README
|
|
}
|