[arch-commits] Commit in menyoki/repos/community-x86_64 (PKGBUILD PKGBUILD)

Orhun Parmaksiz orhun at archlinux.org
Fri Jul 2 11:33:24 UTC 2021


    Date: Friday, July 2, 2021 @ 11:33:24
  Author: orhun
Revision: 970691

archrelease: copy trunk to community-x86_64

Added:
  menyoki/repos/community-x86_64/PKGBUILD
    (from rev 970690, menyoki/trunk/PKGBUILD)
Deleted:
  menyoki/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-02 11:33:09 UTC (rev 970690)
+++ PKGBUILD	2021-07-02 11:33:24 UTC (rev 970691)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=menyoki
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
-arch=('x86_64')
-url="https://github.com/orhun/menyoki"
-license=('GPL3')
-depends=('gcc-libs' 'libxrandr')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d3e10745df06598fa3798801a756dbc61c402b4f5dc50ab0b89f39d1585f4edfd6e7fb84a90bf2dee2b165fa9a4fe28587de99452c82df9014cffb530a51f76f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-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 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "man/$pkgname.conf.5" -t "$pkgdir/usr/share/man/man5"
-  install -Dm 644 "completions/$pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t "${pkgdir}/usr/share/fish/completions"
-  install -Dm 644 "completions/$pkgname.zsh" "${pkgdir}/usr/share/zsh/site-functions/_$pkgname"
-}

Copied: menyoki/repos/community-x86_64/PKGBUILD (from rev 970690, menyoki/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-02 11:33:24 UTC (rev 970691)
@@ -0,0 +1,34 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=menyoki
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
+arch=('x86_64')
+url="https://github.com/orhun/menyoki"
+license=('GPL3')
+depends=('gcc-libs' 'libxrandr')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('a5bf807145b2487afa947b76bf845ba9191c592e9d0948006f8c700cfd8895abe99de87757bcf3b266c505822fb92c09ff7b2b274efeacdb7d2bea26dbd38c81')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+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 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "man/$pkgname.conf.5" -t "$pkgdir/usr/share/man/man5"
+  install -Dm 644 "completions/$pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t "${pkgdir}/usr/share/fish/completions"
+  install -Dm 644 "completions/$pkgname.zsh" "${pkgdir}/usr/share/zsh/site-functions/_$pkgname"
+}




More information about the arch-commits mailing list