# Maintainer: Fabio 'Lolix' Loli -> https://github.com/FabioLolix # Contributor: graysky pkgname=yatoc2cue pkgver=0.7 _pkgver=07 pkgrel=4 pkgdesc="converts a cdrdao .toc file to a .cue as known from tools like EAC" arch=(any) url="https://sourceforge.net/projects/yatoctocue/" license=(GPL3) depends=(perl perl-switch) source=("https://sourceforge.net/projects/yatoctocue/files/v0.7/yatoc2cue07.tar.bz2") sha256sums=('bb940e153d43c50cafe235e207a92d32a902e8e61d5ea1e27efaf01f932843d6') package() { install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README" install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname" }