mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 06:23:11 +01:00
[add] starseed-pilgrim-hib 1.0
This commit is contained in:
commit
20e0b03818
3 changed files with 40 additions and 0 deletions
16
.SRCINFO
Normal file
16
.SRCINFO
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pkgbase = starseed-pilgrim-hib
|
||||
pkgdesc = A game about tending a symphonic garden, exploring space and embracing fate.
|
||||
pkgver = 1.0
|
||||
pkgrel = 1
|
||||
url = http://www.starseedpilgrim.com/
|
||||
arch = any
|
||||
license = custom: commercial
|
||||
depends = adobe-air
|
||||
noextract = Starseed_Pilgrim_linux.air
|
||||
source = hib://Starseed_Pilgrim_linux.air
|
||||
source = starseed-pilgrim-hib.sh
|
||||
sha256sums = 51dd2c7a5dd367c667414c63ea50d10aba8f1224ca6227a0102e1f5742f2ed18
|
||||
sha256sums = 07adfe310dbbf04eed1253621d19f0cde71d17e358bf3ee786d28a5e831972d0
|
||||
|
||||
pkgname = starseed-pilgrim-hib
|
||||
|
||||
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
|
||||
|
||||
pkgname=starseed-pilgrim-hib
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A game about tending a symphonic garden, exploring space and embracing fate."
|
||||
url="http://www.starseedpilgrim.com/"
|
||||
license=('custom: commercial')
|
||||
arch=('any')
|
||||
depends=('adobe-air')
|
||||
source=("hib://Starseed_Pilgrim_linux.air"
|
||||
"$pkgname.sh")
|
||||
sha256sums=('51dd2c7a5dd367c667414c63ea50d10aba8f1224ca6227a0102e1f5742f2ed18'
|
||||
'07adfe310dbbf04eed1253621d19f0cde71d17e358bf3ee786d28a5e831972d0')
|
||||
noextract=("Starseed_Pilgrim_linux.air")
|
||||
|
||||
package() {
|
||||
install -Dm644 Starseed_Pilgrim_linux.air "$pkgdir"/usr/share/starseed-pilgrim/Starseed_Pilgrim.air
|
||||
# launcher
|
||||
install -Dm755 $pkgname.sh "$pkgdir"/usr/bin/starseed-pilgrim
|
||||
}
|
||||
3
starseed-pilgrim-hib.sh
Normal file
3
starseed-pilgrim-hib.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec adobe-air /usr/share/starseed-pilgrim/Starseed_Pilgrim.air
|
||||
Loading…
Add table
Reference in a new issue