summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b862e076287f941d8a4d3d4b7e5461f002bdeebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Package from: mike2718 <https://github.com/mike2718>
#Maintainer : Sasasu <lizhaolong0123@gmail.com>
pkgname=moefmcmd
pkgver=20160819
pkgrel=1
pkgdesc="moe.fm bash script client"
arch=('any')
url="https://github.com/mike2718/moefmcmd.git"
license=('unknown')
depends=('mpg123' 'curl' 'jq')
makedepends=('git')
source=("$pkgname::git+https://github.com/mike2718/moefmcmd.git")
md5sums=('SKIP')

build() {
	cd "$srcdir"/"$_pkgname/$pkgname"
	cp moefmcmd.sh moefmcmd
}
package() {
	cd "$srcdir"/"$_pkgname/$pkgname"
	mkdir -p "$pkgdir"/usr/bin
	install -Dm755 "moefmcmd" "$pkgdir"/usr/bin
}