[arch-commits] Commit in stylelint-config-standard/repos/community-any (2 files)
Daniel M. Capella
polyzen at gemini.archlinux.org
Mon Nov 15 16:24:37 UTC 2021
Date: Monday, November 15, 2021 @ 16:24:37
Author: polyzen
Revision: 1048321
archrelease: copy trunk to community-any
Added:
stylelint-config-standard/repos/community-any/PKGBUILD
(from rev 1048320, stylelint-config-standard/trunk/PKGBUILD)
Deleted:
stylelint-config-standard/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 16:24:18 UTC (rev 1048320)
+++ PKGBUILD 2021-11-15 16:24:37 UTC (rev 1048321)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=stylelint-config-standard
-pkgver=23.0.0
-pkgrel=1
-pkgdesc='Standard shareable config for stylelint'
-arch=('any')
-url=https://github.com/stylelint/stylelint-config-standard
-license=('MIT')
-depends=('stylelint' 'stylelint-config-recommended')
-makedepends=('git' 'npm')
-source=("git+$url.git")
-b2sums=('SKIP')
-
-prepare() {
- cd $pkgname
- npm ci
-}
-
-check() {
- cd $pkgname
- npm test
-}
-
-package() {
- cd $pkgname
- install -Dm644 -t "$pkgdir"/usr/lib/node_modules/$pkgname index.js
- install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: stylelint-config-standard/repos/community-any/PKGBUILD (from rev 1048320, stylelint-config-standard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-15 16:24:37 UTC (rev 1048321)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=stylelint-config-standard
+pkgver=24.0.0
+pkgrel=1
+pkgdesc='Standard shareable config for stylelint'
+arch=('any')
+url=https://github.com/stylelint/stylelint-config-standard
+license=('MIT')
+depends=('stylelint' 'stylelint-config-recommended')
+makedepends=('git' 'npm')
+source=("git+$url.git")
+b2sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ npm ci
+}
+
+check() {
+ cd $pkgname
+ npm test
+}
+
+package() {
+ cd $pkgname
+ install -Dm644 -t "$pkgdir"/usr/lib/node_modules/$pkgname index.js
+ install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list