blob: 063edfaa890f816151bf82fb6c4e2267e6a1b65d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: Connor McFarlane <cm at semtex dot net>
pkgname=foobar2000-component-uie-console-bin
pkgver=2.0.0
pkgrel=3
_buildhash='be77fbdf14eaec23fbf99070027b0b68'
_fooname='foo_uie_console'
pkgdesc='A Columns UI console panel for foobar2000'
arch=('any')
url="https://www.foobar2000.org/components/view/${_fooname}"
license=('unknown')
depends=('foobar2000>=1.0.0' 'foobar2000-component-ui-columns-bin>=1.0.0')
source=("${_fooname}-${pkgver}-${pkgrel}.fb2k-component::https://yuo.be/static/${_buildhash}/${_fooname}-${pkgver}.fb2k-component")
sha256sums=('4bf655b8e4863865131874373ca4c689231fe730bfebbca64e363297bafec29d')
package() {
install -Dm644 -t "$pkgdir/usr/share/foobar2000/components/${_fooname}" "$srcdir/${_fooname}.dll"
}
|