From 49793150b369d3606378889e68f6af9fd41c0ea7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 30 Aug 2022 02:35:30 +0400 Subject: [PATCH] Install script doesn't needed. A tar.gz archive used instead of git. --- build/archlinux/PKGBUILD | 6 +++--- build/archlinux/dwelling-radio.install | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 build/archlinux/dwelling-radio.install diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 0de4b64..0e34cc6 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -8,14 +8,14 @@ url="https://git.arav.top/Arav/dwelling-radio" license=('MIT') groups=() depends=() -makedepends=('git' 'go') +makedepends=('go') provides=('dwelling-radio') conflicts=('dwelling-radio') replaces=() backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq') options=() -install=dwelling-radio.install -source=('dwelling-radio::git+https://git.arav.top/Arav/dwelling-radio.git') +install= +source=('https://git.arav.top/Arav/dwelling-radio/archive/22.35.0.tar.gz') noextract=() md5sums=('SKIP') diff --git a/build/archlinux/dwelling-radio.install b/build/archlinux/dwelling-radio.install deleted file mode 100644 index f79f070..0000000 --- a/build/archlinux/dwelling-radio.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - cat << EOF - >>> You must add a path to a liquidsoap executable in a systemd unit as well! - >> - >>> Run `systemd edit dwelling-radio.service` to edit a .service file and - >>> add a new `ExecPaths=` option with a path to a liquidsoap to a - >>> [Service] section. - >>> Like: - >>> [Service] - >>> ExecPaths=/usr/bin/liquidsoap -EOF -} \ No newline at end of file