[arch-commits] Commit in stylelint/repos/community-any (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Thu Feb 11 22:37:48 UTC 2021
Date: Thursday, February 11, 2021 @ 22:37:47
Author: polyzen
Revision: 856798
archrelease: copy trunk to community-any
Added:
stylelint/repos/community-any/PKGBUILD
(from rev 856797, stylelint/trunk/PKGBUILD)
Deleted:
stylelint/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-11 22:37:29 UTC (rev 856797)
+++ PKGBUILD 2021-02-11 22:37:47 UTC (rev 856798)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=stylelint
-pkgver=13.9.0
-pkgrel=1
-pkgdesc='Mighty, modern CSS linter'
-arch=('any')
-url=https://stylelint.io
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-optdepends=('stylelint-config-standard: for the standard shareable config')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
-noextract=("$pkgname-$pkgver.tgz")
-b2sums=('6ba746f54fc42950c7916635b717f3ef8851c0aee2f999b56ce52248d35225f9ba65306638c92c45b1e26f10aa09a2c532d55ba89334e44f53402f769303cc76')
-
-package() {
- npm install --global \
- --user root \
- --prefix "$pkgdir"/usr \
- --production \
- $pkgname-$pkgver.tgz
- chown -R root:root "$pkgdir" # Workaround until npm >=7.4.0 hits repos
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- ln -rs ../lib/node_modules/$pkgname/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: stylelint/repos/community-any/PKGBUILD (from rev 856797, stylelint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-11 22:37:47 UTC (rev 856798)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=stylelint
+pkgver=13.10.0
+pkgrel=1
+pkgdesc='Mighty, modern CSS linter'
+arch=('any')
+url=https://stylelint.io
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+optdepends=('stylelint-config-standard: for the standard shareable config')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
+noextract=("$pkgname-$pkgver.tgz")
+b2sums=('6cc6fb1619b3c591bdcc95240959bbe536bc5f050cac5301cf08a2a1cc831c92a6c55c5e053a034ae603a3a43b593b01d0d37a93ada0cb7c13a86b58395c1166')
+
+package() {
+ npm install --global \
+ --user root \
+ --prefix "$pkgdir"/usr \
+ --production \
+ $pkgname-$pkgver.tgz
+ chown -R root:root "$pkgdir"
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ ln -s /usr/lib/node_modules/$pkgname/LICENSE \
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list