mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 23:02:18 +01:00
Initial import
This commit is contained in:
commit
c6f193ae43
2 changed files with 30 additions and 0 deletions
12
.SRCINFO
Normal file
12
.SRCINFO
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
pkgbase = scriptaculous
|
||||
pkgdesc = script.aculo.us is a JavaScript library providing dynamic visual effects and user interface elements via the Document Object Model.
|
||||
pkgver = 1.9.0
|
||||
pkgrel = 2
|
||||
url = http://script.aculo.us/
|
||||
arch = any
|
||||
license = MIT
|
||||
source = http://script.aculo.us/dist/scriptaculous-js-1.9.0.zip
|
||||
md5sums = c9d74b367df4abe91cb76695a55860c7
|
||||
|
||||
pkgname = scriptaculous
|
||||
|
||||
18
PKGBUILD
Normal file
18
PKGBUILD
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Maintainer: K1412 <FD.K1412@openaliasbox.org>
|
||||
pkgname=scriptaculous
|
||||
pkgver=1.9.0
|
||||
pkgrel=2
|
||||
pkgdesc="script.aculo.us is a JavaScript library providing dynamic visual effects
|
||||
and user interface elements via the Document Object Model."
|
||||
arch=('any')
|
||||
url="http://script.aculo.us/"
|
||||
license=('MIT')
|
||||
|
||||
source=('http://script.aculo.us/dist/scriptaculous-js-1.9.0.zip')
|
||||
md5sums=('c9d74b367df4abe91cb76695a55860c7')
|
||||
|
||||
package() {
|
||||
mkdir -p ${pkgdir}/usr/share/javascript/${pkgname}/
|
||||
cd ${pkgname}-js-${pkgver}/
|
||||
cp -a ./src/* ${pkgdir}/usr/share/javascript/${pkgname}/
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue