Compare commits
2 Commits
41d314b0a1
...
main
Author | SHA1 | Date | |
---|---|---|---|
7d009a3ab0 | |||
546c78d95c |
@ -25,11 +25,3 @@ body:
|
||||
- Other (specify in the description)
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://matterlinux.xyz/wiki/conduct)
|
||||
options:
|
||||
- label: I understand
|
||||
required: true
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 24.04
|
||||
Updated to the latest upstream release
|
||||
|
||||
# 24.03
|
||||
First version
|
||||
|
@ -1,7 +1,7 @@
|
||||
# general info
|
||||
NAME="confer"
|
||||
DESC="MatterLinux configuration manager"
|
||||
VERSION="24.03"
|
||||
VERSION="24.04"
|
||||
|
||||
# required files
|
||||
FILES=("https://git.matterlinux.xyz/Matter/confer/archive/${VERSION}.tar.gz")
|
||||
|
@ -14,5 +14,5 @@ PACKAGE() {
|
||||
|
||||
make DESTDIR="${ROOTDIR}" install
|
||||
|
||||
cd .. && rm -rf "${NAME}"
|
||||
cd .. && rm -r "${NAME}"
|
||||
}
|
||||
|
@ -1,3 +1,6 @@
|
||||
# 24.08m1
|
||||
Updated archive file hash
|
||||
|
||||
# 24.08
|
||||
Updated to the latest upstream release
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
NAME="xcfg"
|
||||
DESC="Simple xorg configuration tool"
|
||||
VERSION="24.08"
|
||||
VERSION="24.08m1"
|
||||
|
||||
FILES=("https://git.matterlinux.xyz/Matter/xcfg/archive/${VERSION}.tar.gz")
|
||||
FILES=("https://git.matterlinux.xyz/Matter/xcfg/archive/${VERSION%m*}.tar.gz")
|
||||
HASHES=("f11a65a055d352517dc39530436734812b6ef4ed30276aec7a70787ead8c2266")
|
||||
|
||||
DEPENDS=("ncurses" "doas")
|
||||
BUILD=()
|
||||
|
||||
PACKAGE() {
|
||||
tar xf "${VERSION}.tar.gz"
|
||||
tar xf "${VERSION%m*}.tar.gz"
|
||||
cd "${NAME}"
|
||||
|
||||
make
|
||||
|
Reference in New Issue
Block a user