summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 26c1c33d2cce4e255a65d211602174c3e81cf1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Connor McFarlane <cm at semtex dot net>

pkgname=foobar2000-component-np-simple-bin
pkgver=1.9
pkgrel=4
_fooname='foo_np_simple'
pkgdesc='Keeps a templated file with information about the current track'
arch=('any')
url='https://skipyrich.com/wiki/Foobar2000:Now_Playing_Simple'
license=('unknown')
depends=('foobar2000>=1.0.0')
source=('http://skipyrich.com/store/foo_np_simple.7z')
md5sums=('4b70266781be5f8b86ff9a7f059c745c')

package() {
  install -Dm644 -t "$pkgdir/usr/share/foobar2000/components/${_fooname}" "$srcdir/${_fooname}.dll"
}