Skip to content

Commit

Permalink
Install example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Apr 19, 2019
1 parent 995238c commit 45d0476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = gotify-server-bin
pkgdesc = A simple server for sending and receiving messages
pkgver = 2.0.5
pkgrel = 2
pkgrel = 3
url = https://github.com/gotify/server
arch = x86_64
license = MIT
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=gotify-server-bin
_pkgname=gotify-server
pkgver=2.0.5
pkgrel=2
pkgrel=3
pkgdesc='A simple server for sending and receiving messages'
arch=('x86_64')
url='https://github.com/gotify/server'
Expand All @@ -30,7 +30,7 @@ prepare() {

package() {
install -Dm755 gotify-linux-amd64 "${pkgdir}/usr/bin/${_pkgname}"
install -D config.example.yml "${pkgdir}/etc/gotify/config.yml"
install -Dm644 config.example.yml "${pkgdir}/etc/gotify/config.example.yml"
install -Dm644 ${_pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
install -Dm644 ${_pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${_pkgname}.conf
install -Dm644 ${_pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${_pkgname}.conf
Expand Down

0 comments on commit 45d0476

Please sign in to comment.