summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 96fe49b359d12b1e2879a9edc623f7c0465d51f5 (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-ui-columns-bin
pkgver=1.6.0
pkgrel=1
_buildhash="9ea5bf12dff419ecb6e39f820c4eb97f"
pkgdesc="An alternative user interface for foobar2000"
arch=('any')
url="https://www.foobar2000.org/components/view/foo_ui_columns"
license=('unknown')
depends=('foobar2000>=1.0.0')
source=("https://yuo.be/static/${_buildhash}/foo_ui_columns-${pkgver}.fb2k-component")
md5sums=('9ea5bf12dff419ecb6e39f820c4eb97f')

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