mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 16:25:00 -05:00
Add popstation
This commit is contained in:
parent
59f2ffdfe2
commit
3925cdea57
16
src/popstation/.SRCINFO
Normal file
16
src/popstation/.SRCINFO
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Generated by mksrcinfo v8
|
||||||
|
# Sat Nov 26 18:41:10 UTC 2016
|
||||||
|
pkgbase = popstation
|
||||||
|
pkgdesc = Play PSX Games in Sony PSP, One Disc Games
|
||||||
|
pkgver = 1.0.0
|
||||||
|
pkgrel = 3
|
||||||
|
url = http://dark-alex.org
|
||||||
|
arch = i686
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL
|
||||||
|
depends = zlib
|
||||||
|
source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/popstation-1.0.0.tar.gz
|
||||||
|
sha256sums = 47a1c88518377110b006725b29ac6847bb4cfc8d918395235512d4053972e10b
|
||||||
|
|
||||||
|
pkgname = popstation
|
||||||
|
|
4
src/popstation/.gitignore
vendored
Normal file
4
src/popstation/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!.SRCINFO
|
||||||
|
!PKGBUILD
|
23
src/popstation/PKGBUILD
Normal file
23
src/popstation/PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
|
||||||
|
# Contributor: Leandro de Assis <leandrodiassis@gmail.com>
|
||||||
|
|
||||||
|
pkgname=popstation
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=3
|
||||||
|
pkgdesc="Play PSX Games in Sony PSP, One Disc Games"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
url='http://dark-alex.org'
|
||||||
|
license=('GPL')
|
||||||
|
depends=('zlib')
|
||||||
|
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/${pkgname}-${pkgver}.tar.gz")
|
||||||
|
sha256sums=('47a1c88518377110b006725b29ac6847bb4cfc8d918395235512d4053972e10b')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${pkgname}"
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${pkgname}"
|
||||||
|
install popstation -Dm755 "${pkgdir}/usr/bin/popstation"
|
||||||
|
}
|
16
src/popstation_md/.SRCINFO
Normal file
16
src/popstation_md/.SRCINFO
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Generated by mksrcinfo v8
|
||||||
|
# Sat Nov 26 18:42:34 UTC 2016
|
||||||
|
pkgbase = popstation_md
|
||||||
|
pkgdesc = Play PSX Games in Sony PSP, Multiple Disk Games
|
||||||
|
pkgver = 1.0.0
|
||||||
|
pkgrel = 3
|
||||||
|
url = http://dark-alex.org/
|
||||||
|
arch = i686
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL
|
||||||
|
depends = zlib
|
||||||
|
source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/popstation_md-1.0.0.tar.gz
|
||||||
|
sha256sums = 3318c344440b1bcb10403ebf647d6b28df15ae9345b5067b05a62fb97b6d3aaf
|
||||||
|
|
||||||
|
pkgname = popstation_md
|
||||||
|
|
4
src/popstation_md/.gitignore
vendored
Normal file
4
src/popstation_md/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!.SRCINFO
|
||||||
|
!PKGBUILD
|
23
src/popstation_md/PKGBUILD
Normal file
23
src/popstation_md/PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
|
||||||
|
# Contributor: Leandro de Assis <leandrodiassis@gmail.com>
|
||||||
|
|
||||||
|
pkgname=popstation_md
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=3
|
||||||
|
pkgdesc="Play PSX Games in Sony PSP, Multiple Disk Games"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
url="http://dark-alex.org/"
|
||||||
|
license=('GPL')
|
||||||
|
depends=('zlib')
|
||||||
|
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leandroufcgprojects/${pkgname}-${pkgver}.tar.gz")
|
||||||
|
sha256sums=('3318c344440b1bcb10403ebf647d6b28df15ae9345b5067b05a62fb97b6d3aaf')
|
||||||
|
#options=('!buildflags')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install popstation_md -Dm755 "${pkgdir}/usr/bin/popstation_md"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user