mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: autorunner-1.0.0 (#716)
This commit is contained in:
parent
98be189895
commit
a24c1543a4
1 changed files with 19 additions and 0 deletions
19
srcpkgs/autorunner/template
Normal file
19
srcpkgs/autorunner/template
Normal file
|
@ -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 <teldra@rotce.de>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue