initial
This commit is contained in:
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
@@ -0,0 +1,21 @@
|
||||
# Maintainer: Fabian <fabian@ldsoft.dev>
|
||||
pkgname=music_tagmove
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Tool to automatically split and move music files based on tags"
|
||||
arch=('any')
|
||||
url="https://git.ldsoft.dev/fabs/music_tagmove.git"
|
||||
license=('GPL')
|
||||
depends=('cuetools-fabs' 'flac' 'shntool' 'bbe' 'id3v2-git' )
|
||||
|
||||
source=("$pkgname"::"git+https://git.ldsoft.dev/fabs/music_tagmove.git")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
mkdir -p "$pkgdir/usr/bin"
|
||||
mkdir -p "$pkgdir/usr/lib"
|
||||
install -m755 ./music_tagmove "$pkgdir/usr/bin/music_tagmove"
|
||||
install -m644 ./music_tagmove_lib "$pkgdir/usr/lib/music_tagmove_lib"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user