[arch-commits] Commit in helix/repos/community-x86_64 (5 files)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Aug 8 11:03:03 UTC 2021


    Date: Sunday, August 8, 2021 @ 11:03:03
  Author: orhun
Revision: 994917

archrelease: copy trunk to community-x86_64

Added:
  helix/repos/community-x86_64/PKGBUILD
    (from rev 994916, helix/trunk/PKGBUILD)
  helix/repos/community-x86_64/helix.install
    (from rev 994916, helix/trunk/helix.install)
  helix/repos/community-x86_64/helix.sh
    (from rev 994916, helix/trunk/helix.sh)
Deleted:
  helix/repos/community-x86_64/PKGBUILD
  helix/repos/community-x86_64/helix.sh

---------------+
 PKGBUILD      |   88 ++++++++++++++++++++++++++++----------------------------
 helix.install |    3 +
 helix.sh      |    6 +--
 3 files changed, 50 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 11:02:50 UTC (rev 994916)
+++ PKGBUILD	2021-08-08 11:03:03 UTC (rev 994917)
@@ -1,44 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Wojciech Kępka (wojciech at wkepka.dev)
-
-pkgname=helix
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="A post-modern modal text editor"
-arch=('x86_64')
-url="https://helix-editor.com"
-license=('MPL2')
-depends=('bash')
-makedepends=('rust' 'git')
-conflicts=("hex")
-source=("git+https://github.com/helix-editor/helix.git#tag=v$pkgver"
-        "$pkgname.sh")
-sha256sums=('SKIP'
-            'f782c93bc0f2c7b27ec62fb2ba36e11b3354c3953405f8d2017b039c9eac500a')
-
-prepare() {
-  cd "$pkgname"
-  git submodule init
-  git submodule update --recursive
-}
-
-build() {
-  cd "$pkgname"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname"
-  cargo test --release --locked --all-features
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/hx"
-  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
-  mkdir -p "$pkgdir/usr/lib/helix/"
-  cp -r "runtime" "$pkgdir/usr/lib/helix/"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: helix/repos/community-x86_64/PKGBUILD (from rev 994916, helix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 11:03:03 UTC (rev 994917)
@@ -0,0 +1,44 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Wojciech Kępka (wojciech at wkepka.dev)
+
+pkgname=helix
+pkgver=0.3.0
+pkgrel=3
+pkgdesc="A post-modern modal text editor"
+arch=('x86_64')
+url="https://helix-editor.com"
+license=('MPL2')
+depends=('bash')
+makedepends=('rust' 'git')
+install="$pkgname.install"
+source=("git+https://github.com/helix-editor/helix.git#tag=v$pkgver"
+        "$pkgname.sh")
+sha256sums=('SKIP'
+            'f782c93bc0f2c7b27ec62fb2ba36e11b3354c3953405f8d2017b039c9eac500a')
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git submodule update --recursive
+}
+
+build() {
+  cd "$pkgname"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname"
+  cargo test --release --locked --all-features
+}
+
+package() {
+  cd "$pkgname"
+  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
+  mkdir -p "$pkgdir/usr/lib/helix/"
+  cp -r "runtime" "$pkgdir/usr/lib/helix/"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:

Copied: helix/repos/community-x86_64/helix.install (from rev 994916, helix/trunk/helix.install)
===================================================================
--- helix.install	                        (rev 0)
+++ helix.install	2021-08-08 11:03:03 UTC (rev 994917)
@@ -0,0 +1,3 @@
+post_upgrade() {
+    echo "The launcher binary is renamed as 'helix', alias hx='helix' if you were using 'hx'"
+}

Deleted: helix.sh
===================================================================
--- helix.sh	2021-08-08 11:02:50 UTC (rev 994916)
+++ helix.sh	2021-08-08 11:03:03 UTC (rev 994917)
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-
-HELIX_RUNTIME=/usr/lib/helix/runtime exec /usr/lib/helix/hx "$@"

Copied: helix/repos/community-x86_64/helix.sh (from rev 994916, helix/trunk/helix.sh)
===================================================================
--- helix.sh	                        (rev 0)
+++ helix.sh	2021-08-08 11:03:03 UTC (rev 994917)
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+HELIX_RUNTIME=/usr/lib/helix/runtime exec /usr/lib/helix/hx "$@"



More information about the arch-commits mailing list