summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: aacd917b93120e0cc76967967118194bea0fe485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Sterophonick
pkgname=unkrawerter-gba
_pkgname='unkrawerter-gba'
pkgver=4.0.999e310
pkgrel=1
pkgdesc='A tool to rip music from Gameboy Advance games that use the Krawall sound engine.'
url='https://github.com/MCJack123/UnkrawerterGBA'
arch=(x86_64 i686 aarch64)
makedepends=(base-devel)
source=(git+https://github.com/MCJack123/UnkrawerterGBA)
md5sums=('SKIP')
license=('None')

package() {
  mkdir -p $pkgdir/usr/bin
  g++ -std=c++11 -o $pkgdir/usr/bin/UnkrawerterGBA $srcdir/UnkrawerterGBA/unkrawerter.cpp
}