Skip to content

Commit

Permalink
Install systemd service on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed Oct 20, 2013
1 parent e1f71f5 commit 4baca06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# for Arch Linux
pkgname=shairport-git
pkgver=1.0
pkgrel=1
pkgrel=2
pkgdesc="An AirPlay-compatible audio receiver"
url='http:https://github.com/abrasive/shairport'
arch=('i686' 'x86_64' 'armv6h')
Expand All @@ -21,4 +21,6 @@ build() {
package() {
cd "$srcdir"/shairport
make PREFIX="$pkgdir/usr" install
install -m 755 -d "$pkgdir"/usr/lib/systemd/system
install -m 644 scripts/shairport.service "$pkgdir"/usr/lib/systemd/system/shairport.service
}

0 comments on commit 4baca06

Please sign in to comment.