mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
[add] dollz 3.0
This commit is contained in:
commit
3a4ef3cf95
2 changed files with 34 additions and 0 deletions
15
.SRCINFO
Normal file
15
.SRCINFO
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pkgbase = dollz
|
||||
pkgdesc = Gamecube executable compressor
|
||||
pkgver = 3.0
|
||||
pkgrel = 1
|
||||
url = http://wiibrew.org/wiki/Dollz
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = custom: freeware
|
||||
depends = glibc
|
||||
options = !strip
|
||||
source = http://wiibrew.org/w/images/e/ef/Dollz3.zip
|
||||
sha256sums = 1bf206b36ba15aa4977c0f7e7d037bbbad2c45b5aa0dcd3790ce26f8cac0b65a
|
||||
|
||||
pkgname = dollz
|
||||
|
||||
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
|
||||
|
||||
pkgname=dollz
|
||||
pkgver=3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Gamecube executable compressor'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://wiibrew.org/wiki/Dollz'
|
||||
license=('custom: freeware')
|
||||
depends=('glibc')
|
||||
[[ $CARCH == x86_64 ]] && depends=('lib32-glibc')
|
||||
options=(!strip)
|
||||
source=("http://wiibrew.org/w/images/e/ef/Dollz3.zip")
|
||||
sha256sums=('1bf206b36ba15aa4977c0f7e7d037bbbad2c45b5aa0dcd3790ce26f8cac0b65a')
|
||||
|
||||
package() {
|
||||
install -Dm755 dollz3/dollz3 "$pkgdir"/usr/bin/dollz
|
||||
install -Dm644 dollz3/dollz3.txt "$pkgdir"/usr/share/doc/dollz/dollz3.txt
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue