1 # Maintainer: Viacheslav Chumushuk <voice@root.ua>
6 pkgdesc="id3tag is a Go wrapper around C libid3tag library."
8 url="https://github.com/vchumushuk/id3tag-go"
10 depends=('libid3tag' 'go')
11 source=("https://github.com/downloads/vchumushuk/$pkgname/$pkgname-$pkgver.tar.gz")
12 md5sums=('ef74f9e04de5f1064d20110fd1034bd6')
16 . /etc/profile.d/go.sh
18 cd "$startdir/src/$pkgname-$pkgver" || return 1
21 make DESTDIR="$startdir/pkg" arch-install || return 1