Install script doesn't needed. A tar.gz archive used instead of git.
This commit is contained in:
parent
0620f82940
commit
49793150b3
@ -8,14 +8,14 @@ url="https://git.arav.top/Arav/dwelling-radio"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
groups=()
|
groups=()
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=('git' 'go')
|
makedepends=('go')
|
||||||
provides=('dwelling-radio')
|
provides=('dwelling-radio')
|
||||||
conflicts=('dwelling-radio')
|
conflicts=('dwelling-radio')
|
||||||
replaces=()
|
replaces=()
|
||||||
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
|
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
|
||||||
options=()
|
options=()
|
||||||
install=dwelling-radio.install
|
install=
|
||||||
source=('dwelling-radio::git+https://git.arav.top/Arav/dwelling-radio.git')
|
source=('https://git.arav.top/Arav/dwelling-radio/archive/22.35.0.tar.gz')
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user