blob: c2b5cc86645310a93a65e238ae0003b94eddb261 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=shelldio
pkgver=2.1
pkgrel=1
pkgdesc="KISS Shell Radio (Greek) for your terminal"
arch=( 'any' )
url="https://github.com/CerebruxCode/Shelldio"
license=('GPL3')
depends=( 'mpv' 'curl' )
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/shelldio/archive/v${pkgver}.tar.gz")
package() {
cd "$pkgname-$pkgver"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 shelldio.sh "$pkgdir/usr/bin/shelldio"
}
md5sums=('4a43966b303fab4de8197a2871e52e0c')
|