26 lines
843 B
Bash
26 lines
843 B
Bash
# Template file for 'etcetera'
|
|
pkgname=etcetera
|
|
version=0.7
|
|
revision=1
|
|
noarch=yes
|
|
pycompile_dirs="/usr/lib/etcetera"
|
|
depends="python3"
|
|
short_desc="Config file management with a touch of wisdom"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gitlab.com/jeancf/etcetera"
|
|
distfiles="https://gitlab.com/jeancf/etcetera/-/archive/${version}/etcetera-${version}.tar.gz"
|
|
checksum=10abd96d42d325339c5a8285332000e6c68534d7e647a74e31658d74b7372190
|
|
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
|
|
}
|