Date: Saturday, June 4, 2022 @ 18:11:31
Author: orhun
Revision: 1221920
archrelease: copy trunk to community-x86_64
Added:
git-absorb/repos/community-x86_64/PKGBUILD
(from rev 1221919, git-absorb/trunk/PKGBUILD)
Deleted:
git-absorb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-04 18:11:20 UTC (rev 1221919)
+++ PKGBUILD 2022-06-04 18:11:31 UTC (rev 1221920)
@@ -1,47 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: AsamK <[email protected]>
-
-pkgname=git-absorb
-pkgver=0.6.6
-pkgrel=5
-pkgdesc="git commit --fixup, but automatic"
-arch=('x86_64')
-url="https://github.com/tummychow/git-absorb"
-license=('BSD')
-depends=('libgit2')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz")
-sha256sums=('955069cc70a34816e6f4b6a6bd1892cfc0ae3d83d053232293366eb65599af2f')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo fetch --locked
- mkdir completions/
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo build --release --frozen
- "target/release/$pkgname" --gen-completions bash >
"completions/$pkgname.bash"
- "target/release/$pkgname" --gen-completions fish >
"completions/$pkgname.fish"
- "target/release/$pkgname" --gen-completions zsh > "completions/_$pkgname"
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo test --frozen
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -Dm 755 target/release/"${pkgname}" -t "${pkgdir}/usr/bin/"
- install -Dm 644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
- install -Dm 644 "LICENSE.md"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm 644 "Documentation/${pkgname}.1"
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
- install -Dm 644 "completions/$pkgname.bash"
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
- install -Dm 644 "completions/$pkgname.fish" -t
"${pkgdir}/usr/share/fish/vendor_completions.d"
- install -Dm 644 "completions/_$pkgname" -t
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:
Copied: git-absorb/repos/community-x86_64/PKGBUILD (from rev 1221919,
git-absorb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-04 18:11:31 UTC (rev 1221920)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: AsamK <[email protected]>
+
+pkgname=git-absorb
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="git commit --fixup, but automatic"
+arch=('x86_64')
+url="https://github.com/tummychow/git-absorb"
+license=('BSD')
+depends=('libgit2')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz")
+sha256sums=('f562dbcf68c5f687197e8a594cb58cf102cc17a2e9fcf66dbacb83b49e053bd7')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo fetch --locked
+ mkdir completions/
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo build --release --frozen
+ "target/release/$pkgname" --gen-completions bash >
"completions/$pkgname.bash"
+ "target/release/$pkgname" --gen-completions fish >
"completions/$pkgname.fish"
+ "target/release/$pkgname" --gen-completions zsh > "completions/_$pkgname"
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo test --frozen
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -Dm 755 target/release/"${pkgname}" -t "${pkgdir}/usr/bin/"
+ install -Dm 644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+ install -Dm 644 "LICENSE.md"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 "Documentation/${pkgname}.1"
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+ install -Dm 644 "completions/$pkgname.bash"
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+ install -Dm 644 "completions/$pkgname.fish" -t
"${pkgdir}/usr/share/fish/vendor_completions.d"
+ install -Dm 644 "completions/_$pkgname" -t
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et: