26 lines
862 B
Bash
26 lines
862 B
Bash
# Template file for 'etcetera'
|
|
pkgname=etcetera
|
|
version=1.0
|
|
revision=1
|
|
archs=noarch
|
|
depends="python3"
|
|
short_desc="Config file management with a touch of wisdom"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gitlab.com/jeancf/etcetera"
|
|
pycompile_dirs="usr/lib/etcetera"
|
|
distfiles="https://gitlab.com/jeancf/etcetera/-/archive/${version}/etcetera-${version}.tar.gz"
|
|
checksum=3e4b7ff9095f6d311b12e30d745cc5d6b5c777f5daca7d01f7f1c46d273760c1
|
|
python_version=3
|
|
conf_files="/etc/etcetera.conf"
|
|
|
|
do_install() {
|
|
vbin etcetera
|
|
vinstall commands.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 etcetera-logo.png 644 usr/share/etcetera
|
|
vinstall etcetera.conf 644 etc
|
|
}
|