parent
e32ad5c0f6
commit
b9fa73c5b4
1 changed files with 23 additions and 0 deletions
23
srcpkgs/etcetera/template
Normal file
23
srcpkgs/etcetera/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'etcetera'
|
||||||
|
pkgname=etcetera
|
||||||
|
version=0.4
|
||||||
|
revision=1
|
||||||
|
depends="python3"
|
||||||
|
pycompile_dirs="/usr/lib/etcetera"
|
||||||
|
noarch=yes
|
||||||
|
conf_files="/etc/etcetera.conf"
|
||||||
|
short_desc="Config file management with a touch of wisdom"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
homepage="https://github.com/jeancf/etcetera"
|
||||||
|
license="GPL-3"
|
||||||
|
distfiles="https://github.com/jeancf/etcetera/archive/v${version}.tar.gz"
|
||||||
|
checksum=226991b37badf2950654fda3eaf54e884661225c459a5c32023450c3b2d1f3a7
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin etcetera
|
||||||
|
vinstall commands.py 644 usr/lib/etcetera
|
||||||
|
vinstall toolbox.py 644 usr/lib/etcetera
|
||||||
|
vinstall README.md 644 usr/share/etcetera
|
||||||
|
vinstall etcetera-logo.png 644 usr/share/etcetera
|
||||||
|
vinstall etcetera.conf 644 etc
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue