[arch-commits] Commit in prettier/repos/community-any (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Tue Apr 21 23:06:36 UTC 2020
Date: Tuesday, April 21, 2020 @ 23:06:35
Author: maximbaz
Revision: 617406
archrelease: copy trunk to community-any
Added:
prettier/repos/community-any/PKGBUILD
(from rev 617405, prettier/trunk/PKGBUILD)
Deleted:
prettier/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-21 23:06:32 UTC (rev 617405)
+++ PKGBUILD 2020-04-21 23:06:35 UTC (rev 617406)
@@ -1,35 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/"
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('72f2fa1de916b3ecd8bbc0d625f637f14d225441497a8091722ccc9c5f9577e6')
-
-
-build() {
- cd "$pkgname-$pkgver"
- yarn
- yarn build
-}
-
-
-package() {
- install -d "$pkgdir/usr/lib/$pkgname"
- cd "$pkgdir/usr/lib/$pkgname"
- cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-
- # https://github.com/prettier/prettier/issues/6900
- chmod +x "bin-$pkgname.js"
-
- install -d "$pkgdir/usr/bin"
- ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/$pkgname-$pkgver/LICENSE"
-}
Copied: prettier/repos/community-any/PKGBUILD (from rev 617405, prettier/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-21 23:06:35 UTC (rev 617406)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/"
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('b53baadfe98654bf1ad5bf6f8cd237ac26c43deb7ec9cae53917411798f3205d')
+
+
+build() {
+ cd "$pkgname-$pkgver"
+ yarn
+ yarn build
+}
+
+
+package() {
+ install -d "$pkgdir/usr/lib/$pkgname"
+ cd "$pkgdir/usr/lib/$pkgname"
+ cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+
+ # https://github.com/prettier/prettier/issues/6900
+ chmod +x "bin-$pkgname.js"
+
+ install -d "$pkgdir/usr/bin"
+ ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/$pkgname-$pkgver/LICENSE"
+}
More information about the arch-commits
mailing list