fix: add matt config file to KEEP

This commit is contained in:
ngn 2024-08-15 23:42:53 +03:00
parent 1543f07925
commit 4040df5f3b
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
# 24.01m1
Added configuration file (etc/matt/config.ini) to KEEP
# 24.01
Updated to new upstream release

View File

@ -1,25 +1,25 @@
# general info
NAME="matt"
DESC="The (new) MatterLinux package manager"
VERSION="24.01"
VERSION="24.01m1"
# required files
FILES=(
"https://git.matterlinux.xyz/Matter/matt/archive/${VERSION}.tar.gz"
"https://git.matterlinux.xyz/Matter/matt/archive/${VERSION%m*}.tar.gz"
"config.ini"
)
HASHES=(
"543c304866186b31ba6ee6827121e936da5c2c74c16e598010fea46669421364"
"d71417d617f9953c3d2746edd3c62dd1b17851e5a459a62ffc320c9738c88b30"
)
KEEP=("/etc/matt/config.ini")
KEEP=("etc/matt/config.ini")
# install and build depends
DEPENDS=("libmp" "libinih" "gettext")
BUILD=("gcc" "make")
PACKAGE(){
tar xf "${VERSION}.tar.gz"
tar xf "${VERSION%m*}.tar.gz"
cd "${NAME}"
make