etcetera: update to 0.5.
Closes #14540. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
2842b649cf
commit
be27a60d6b
1 changed files with 8 additions and 6 deletions
|
@ -1,22 +1,24 @@
|
||||||
# Template file for 'etcetera'
|
# Template file for 'etcetera'
|
||||||
pkgname=etcetera
|
pkgname=etcetera
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=1
|
revision=1
|
||||||
depends="python3"
|
|
||||||
pycompile_dirs="/usr/lib/etcetera"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
conf_files="/etc/etcetera.conf"
|
pycompile_dirs="/usr/lib/etcetera"
|
||||||
|
depends="python3"
|
||||||
short_desc="Config file management with a touch of wisdom"
|
short_desc="Config file management with a touch of wisdom"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jeancf/etcetera"
|
homepage="https://github.com/jeancf/etcetera"
|
||||||
license="GPL-3"
|
|
||||||
distfiles="https://github.com/jeancf/etcetera/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jeancf/etcetera/archive/v${version}.tar.gz"
|
||||||
checksum=226991b37badf2950654fda3eaf54e884661225c459a5c32023450c3b2d1f3a7
|
checksum=1cf1df80dabddc9207fa1c44d6d2ac26fe935e084cd6d83ea8d8a7fb4c8b972d
|
||||||
|
conf_files="/etc/etcetera.conf"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin etcetera
|
vbin etcetera
|
||||||
vinstall commands.py 644 usr/lib/etcetera
|
vinstall commands.py 644 usr/lib/etcetera
|
||||||
vinstall toolbox.py 644 usr/lib/etcetera
|
vinstall toolbox.py 644 usr/lib/etcetera
|
||||||
|
vinstall term_colors.py 644 usr/lib/etcetera
|
||||||
|
vinstall parser.py 755 usr/lib/etcetera
|
||||||
vinstall README.md 644 usr/share/etcetera
|
vinstall README.md 644 usr/share/etcetera
|
||||||
vinstall etcetera-logo.png 644 usr/share/etcetera
|
vinstall etcetera-logo.png 644 usr/share/etcetera
|
||||||
vinstall etcetera.conf 644 etc
|
vinstall etcetera.conf 644 etc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue