Date: Wednesday, October 7, 2015 @ 12:25:17 Author: fyan Revision: 143281
addpkg: bower 1.5.3-1 Added: bower/ bower/repos/ bower/trunk/ bower/trunk/LICENSE bower/trunk/PKGBUILD ----------+ LICENSE | 19 +++++++++++++++++++ PKGBUILD | 26 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) Added: bower/trunk/LICENSE =================================================================== --- bower/trunk/LICENSE (rev 0) +++ bower/trunk/LICENSE 2015-10-07 10:25:17 UTC (rev 143281) @@ -0,0 +1,19 @@ +Copyright (c) 2015 Twitter and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. Added: bower/trunk/PKGBUILD =================================================================== --- bower/trunk/PKGBUILD (rev 0) +++ bower/trunk/PKGBUILD 2015-10-07 10:25:17 UTC (rev 143281) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Micha Alt <[email protected]> +# Contributor: FadeMind <[email protected]> +# Contributor: Tom Vincent <http://tlvince.com/contact> + +pkgname=bower +pkgver=1.5.3 +pkgrel=1 +pkgdesc='A package manager for the web' +arch=('any') +url='http://bower.io/' +license=('MIT') +depends=('nodejs') +makedepends=('npm') +source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz + LICENSE) +noextract=($pkgname-$pkgver.tgz) +md5sums=('3a4130a26d21148a6d3230a4f8555704' + '135697567327f92e904ef0be2082da5e') + +package() { + npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz + rm -r "$pkgdir"/usr/etc + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Property changes on: bower/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
