1
0
Fork 0

Removed upload.yaml from Makefile and PKGBUILD. Removed run and run-clean targets.

This commit is contained in:
Alexander Andreev 2023-05-24 22:25:19 +04:00
parent af0492e5a0
commit b95052709a
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 0 additions and 8 deletions

View File

@ -21,16 +21,9 @@ ${TARGET}:
install-jade:
go install github.com/Joker/jade/cmd/jade@latest
run:
bin/${TARGET} -conf configs/config.yaml
run-clean:
bin/${TARGET}-clean -conf configs/config.yaml
install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}
install -Dm 0755 bin/${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean
install -Dm 0644 configs/config.yaml ${DESTDIR}etc/dwelling/upload.yaml
install -Dm 0644 configs/logrotate ${DESTDIR}etc/logrotate.d/${TARGET}
install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service

View File

@ -9,7 +9,6 @@ license=('MIT')
makedepends=('go>=1.17')
provides=('dwelling-upload')
conflicts=('dwelling-upload')
backup=('etc/dwelling/upload.yaml')
source=("https://git.arav.su/Arav/dwelling-upload/archive/v${pkgver}.tar.gz")
md5sums=('SKIP')