Date: Sunday, April 16, 2023 @ 03:48:38
Author: polyzen
Revision: 1446250
archrelease: copy trunk to community-any
Added:
stylelint-config-standard/repos/community-any/PKGBUILD
(from rev 1446249, stylelint-config-standard/trunk/PKGBUILD)
Deleted:
stylelint-config-standard/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-16 03:48:13 UTC (rev 1446249)
+++ PKGBUILD 2023-04-16 03:48:38 UTC (rev 1446250)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-pkgname=stylelint-config-standard
-pkgver=32.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
-}
Copied: stylelint-config-standard/repos/community-any/PKGBUILD (from rev
1446249, stylelint-config-standard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-16 03:48:38 UTC (rev 1446250)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=stylelint-config-standard
+pkgver=33.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
+}