🔒 Repository is read-only – file editing is disabled.

recipes/gui/shairplay/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: shairplay
pkgver: '20160101'
pkgrel: '2'
pkgdesc: 'Apple airplay and raop protocol server'
url: 'https://github.com/juhovh/shairplay'
arch: x86_64
depends: []
makedepends:
- libao
- avahi
- git

source:
- 'https://github.com/juhovh/shairplay/archive/ce80e00.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-*/
    ./autogen.sh
    ./configure --prefix=/usr
    make
    make DESTDIR=${PKGDIR} install

package: |
  true