summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 313c068a648fae031c535b27f8cd74351dff62ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: robertfoster
# Contributor: quantax -- contact via Arch Linux forum or AUR

pkgname=makepkg-unreal
pkgver=0.2
pkgrel=1
pkgdesc="Some shell functions to ease the installation of various Unreal games."
arch=(any)
url="http://aur.archlinux.org/packages.php?ID=26545"
license=('custom') # Is a license applicable to this crap at all?
conflicts=(makepkg-lib-unreal)
depends=(xdelta)
source=(unreal.sh)

package() {
    cd "$srcdir"
    install --mode=644 -D -- unreal.sh \
            "$pkgdir/usr/lib/makepkg/unreal.sh"
}

md5sums=('e6e0b08d1981f2a8c0c254fc63a71e1e')