summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c97232fd2caa169119bfd873f703c6419f24bb5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Asger Hautop Drewsen <asgerdrewsen@gmail.com>
pkgname=benny-hill
pkgver=0.0.1
pkgrel=1
pkgdesc="Play the Benny Hill theme while running another command"
arch=('any')
url="https://github.com/Tyilo/albert-extensions"
license=('GPL')
depends=('bash' 'sox' 'twolame')
source=(
"benny-hill"
"https://github.com/mafintosh/benny-hill/blob/master/theme.mp3?raw=true"
)
sha256sums=('99c5aa30f43a75dbd81fda811606dd75ea8f081f4d52a794d10b0038ec00dcff'
            'b8e9774023ebe20e27bfb7ae139cbe994f05690f7c8ec9835ff5f0d94ec45fc7')

package() {
	install -D "${srcdir}/theme.mp3?raw=true" "${pkgdir}/opt/benny-hill/benny-hill.mp3"
	install -D "${srcdir}/benny-hill" "${pkgdir}/usr/bin/benny-hill"
}