[arch-commits] Commit in mcfly/repos/community-x86_64 (4 files)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Jul 17 00:47:18 UTC 2022


    Date: Sunday, July 17, 2022 @ 00:47:18
  Author: orhun
Revision: 1254266

archrelease: copy trunk to community-x86_64

Added:
  mcfly/repos/community-x86_64/PKGBUILD
    (from rev 1254265, mcfly/trunk/PKGBUILD)
  mcfly/repos/community-x86_64/mcfly.install
    (from rev 1254265, mcfly/trunk/mcfly.install)
Deleted:
  mcfly/repos/community-x86_64/PKGBUILD
  mcfly/repos/community-x86_64/mcfly.install

---------------+
 PKGBUILD      |   94 ++++++++++++++++++++++++++++----------------------------
 mcfly.install |   12 +++----
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 00:47:08 UTC (rev 1254265)
+++ PKGBUILD	2022-07-17 00:47:18 UTC (rev 1254266)
@@ -1,47 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Andrew Sun <adsun701 at gmail dot com>
-# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
-
-pkgname=mcfly
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Fly through your shell history"
-arch=('x86_64')
-url="https://github.com/cantino/mcfly"
-license=('MIT')
-depends=('sh')
-optdepends=('zsh: for zsh support'
-            'fish: for fish support')
-makedepends=('cargo')
-install=mcfly.install
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('dd846f7ff7109921febc8aecdfd769a1258488a0d72b4a0cfcfa3eaac118b1bc')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  install -Dm 644 "$pkgname.bash" -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "$pkgname.zsh" -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "$pkgname.fish" -t "$pkgdir/usr/share/fish/vendor_completions.d"
-}
-
-# vim: ts=2 sw=2 et:

Copied: mcfly/repos/community-x86_64/PKGBUILD (from rev 1254265, mcfly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 00:47:18 UTC (rev 1254266)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
+
+pkgname=mcfly
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Fly through your shell history"
+arch=('x86_64')
+url="https://github.com/cantino/mcfly"
+license=('MIT')
+depends=('sh')
+optdepends=('zsh: for zsh support'
+            'fish: for fish support')
+makedepends=('cargo')
+install=mcfly.install
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('e2eebca8f66ec99ff8582886a10e8dfa1a250329ac02c27855698c8d4a33a3f2')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+
+  install -Dm 644 "$pkgname.bash" -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "$pkgname.zsh" -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "$pkgname.fish" -t "$pkgdir/usr/share/fish/vendor_completions.d"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: mcfly.install
===================================================================
--- mcfly.install	2022-07-17 00:47:08 UTC (rev 1254265)
+++ mcfly.install	2022-07-17 00:47:18 UTC (rev 1254266)
@@ -1,6 +0,0 @@
-post_install() {
-    echo "--------------------------------------------"
-    echo "Add the following code to your .bashrc file:"
-    echo "source /usr/share/doc/mcfly/mcfly.bash"
-    echo "--------------------------------------------"
-}
\ No newline at end of file

Copied: mcfly/repos/community-x86_64/mcfly.install (from rev 1254265, mcfly/trunk/mcfly.install)
===================================================================
--- mcfly.install	                        (rev 0)
+++ mcfly.install	2022-07-17 00:47:18 UTC (rev 1254266)
@@ -0,0 +1,6 @@
+post_install() {
+    echo "--------------------------------------------"
+    echo "Add the following code to your .bashrc file:"
+    echo "source /usr/share/doc/mcfly/mcfly.bash"
+    echo "--------------------------------------------"
+}
\ No newline at end of file



More information about the arch-commits mailing list