mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
18 lines
426 B
Bash
18 lines
426 B
Bash
|
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
||
|
|
||
|
pkgname=plugapps-scripts
|
||
|
pkgver=2011.01
|
||
|
pkgrel=1
|
||
|
pkgdesc="Useful scripts and general fixes from PlugApps"
|
||
|
arch=('arm')
|
||
|
url="http://plugapps.com"
|
||
|
license=('GPL')
|
||
|
source=(README)
|
||
|
install="plugapps-scripts.install"
|
||
|
md5sums=('5cb87e1e776c81d4af134a884a1cdd48')
|
||
|
|
||
|
build() {
|
||
|
mkdir -p $pkgdir/usr/share/plugapps
|
||
|
install -m755 $srcdir/README $pkgdir/usr/share/plugapps/
|
||
|
}
|