.
This commit is contained in:
parent
99ee2cbd5a
commit
a7449aa60f
@ -18,11 +18,6 @@ checksums=('SKIP'
|
|||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
#prepare() {
|
|
||||||
# cd "${srcdir}"
|
|
||||||
#}
|
|
||||||
#version
|
|
||||||
#build
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 strelaysrv "${pkgdir}/usr/bin/syncthing-relaysrv"
|
install -Dm755 strelaysrv "${pkgdir}/usr/bin/syncthing-relaysrv"
|
||||||
install -Dm644 "${srcdir}/syncthing-relaysrv.service" "${pkgdir}/usr/lib/systemd/system/syncthing-relaysrv.service"
|
install -Dm644 "${srcdir}/syncthing-relaysrv.service" "${pkgdir}/usr/lib/systemd/system/syncthing-relaysrv.service"
|
||||||
|
@ -18,4 +18,10 @@ checksums=('SKIP')
|
|||||||
#}
|
#}
|
||||||
#version
|
#version
|
||||||
#build
|
#build
|
||||||
#package
|
package() {
|
||||||
|
install -Dm755 syncthing "${pkgdir}/usr/bin/syncthing"
|
||||||
|
install -Dm644 README.md "${pkgdir}/usr/share/doc/syncthing/README.md"
|
||||||
|
install -Dm644 "etc/linux-systemd/system/syncthing-resume.service" "${pkgdir}/usr/lib/systemd/system/syncthing-resume.service"
|
||||||
|
install -Dm644 "etc/linux-systemd/system/syncthing@.service" "${pkgdir}/usr/lib/systemd/system/syncthing@.service"
|
||||||
|
install -Dm644 "etc/linux-systemd/user/syncthing.service" "${pkgdir}/usr/lib/systemd/user/syncthing.service"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user