summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3fd67d3d8461b3a829b1181f2c75dd50038dab91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>

pkgname=cue2pops
pkgver=2.0
pkgrel=3
pkgdesc="Convert Playstation Games To VCD for Popstarter"
arch=('x86_64')
url="https://github.com/tallero/cue2pops-linux"
license=('GPL2')
makedepends=('make')
source=("git+$url#branch=pegando-a-manha")
md5sums=(SKIP)

package() {
  cd $pkgname-linux
  make
  install -Dm755 $pkgname "${pkgdir}/usr/bin/$pkgname"
}

# vim:set ts=2 sw=2 et: