summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 88e73c781f88b19821487ccd5a1cffce7c08de1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=shelldio
pkgver=1.2
pkgrel=1
pkgdesc="KISS Shell Radio for your terminal"
arch=( 'any' )
url="https://github.com/CerebruxCode/Shelldio"
license=('GPL3')
depends=( 'mpv' )
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/shelldio/archive/v${pkgver}.tar.gz")

package() {
	cd "$pkgname-$pkgver"
  cp -r .shelldio "/home/$USER/.shelldio"

  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
	install -Dm755 shelldio.sh "$pkgdir/usr/bin/shelldio"
}
md5sums=('4a161cd52f939129b2877463da2743cf')