1
0

Install script doesn't needed. A tar.gz archive used instead of git.

This commit is contained in:
Alexander Andreev 2022-08-30 02:35:30 +04:00
parent 0620f82940
commit 49793150b3
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 3 additions and 15 deletions

View File

@ -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')

View File

@ -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
}