[arch-commits] Commit in stylus/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 29 19:47:06 UTC 2021
Date: Wednesday, December 29, 2021 @ 19:47:06
Author: felixonmars
Revision: 1087580
archrelease: copy trunk to community-any
Added:
stylus/repos/community-any/PKGBUILD
(from rev 1087579, stylus/trunk/PKGBUILD)
Deleted:
stylus/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-29 19:46:58 UTC (rev 1087579)
+++ PKGBUILD 2021-12-29 19:47:06 UTC (rev 1087580)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=stylus
-pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.55.0
-pkgrel=1
-arch=('any')
-url='https://github.com/stylus/stylus'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('32ecc82154526dcf17c471fb16392f5aa90872bd41be8319a11fe816e0090e587b55268d273ac1e2e277f064506be9968cb5ce0c03337837b4c62f4661b1b09f')
-
-package() {
- npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
- # Non-deterministic race in npm gives 777 permissions to random directories.
- # See https://github.com/npm/npm/issues/9359 for details.
- chmod -R u=rwX,go=rX "$pkgdir"
-
- # npm installs package.json owned by build user
- # https://bugs.archlinux.org/task/63396
- chown -R root:root "$pkgdir"
-
- mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
- ln -s "../../../lib/node_modules/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
-}
Copied: stylus/repos/community-any/PKGBUILD (from rev 1087579, stylus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-29 19:47:06 UTC (rev 1087580)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=stylus
+pkgdesc='Robust, expressive, and feature-rich CSS superset'
+pkgver=0.56.0
+pkgrel=1
+arch=('any')
+url='https://github.com/stylus/stylus'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('12fddf39be1b5049705aee05f4ff568e79da4a973c5c1f4e14748565228c14bd42135a0cfa8157584800a8f9a6648ca106286ea8842516c553ca98a24bd47178')
+
+package() {
+ npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+ # Non-deterministic race in npm gives 777 permissions to random directories.
+ # See https://github.com/npm/npm/issues/9359 for details.
+ chmod -R u=rwX,go=rX "$pkgdir"
+
+ # npm installs package.json owned by build user
+ # https://bugs.archlinux.org/task/63396
+ chown -R root:root "$pkgdir"
+
+ mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s "../../../lib/node_modules/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
+}
More information about the arch-commits
mailing list