mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
14 lines
311 B
Bash
14 lines
311 B
Bash
|
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
|
||
|
|
||
|
pkgname=z2-sdl-profile
|
||
|
pkgver=1.0
|
||
|
pkgrel=1
|
||
|
pkgdesc="profile script for changing SDL configs"
|
||
|
arch=('arm')
|
||
|
license=('GPL')
|
||
|
source=('z2.sh')
|
||
|
md5sums=('0a3395f629009fed584295e6b1b0bba0')
|
||
|
package() {
|
||
|
install -m711 -D ${srcdir}/z2.sh ${pkgdir}/etc/profile.d/z2.sh
|
||
|
}
|