1 # Maintainer: Chris Mann <cshclm@gmail.com>
5 pkgdesc="Automatically rename audio files by tagging information"
6 url="http://ft.bewatermyfriend.org/comp/arename.html"
9 depends=('perl-readonly' 'perl-audio-scan')
12 _gitroot="https://github.com/ft"
18 if [ -d "${_gitname}/.git" ]; then
23 git clone "${_gitroot}/${_gitname}.git"
27 make genperlscripts && make doc || return 1
28 mkdir "${startdir}/pkg/usr"
29 make prefix="${startdir}/pkg/usr" libpath="lib/perl5/site_perl" install install-doc || return 1