George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
git-grab
Commits:
3f60ddbb by George Rawlinson at 2026-01-05T23:28:04+00:00
upgpkg: 4.0.1-2
Add missing man page.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = git-grab
pkgdesc = A tool to clone git repositories to a standard location
organised by domain and path
pkgver = 4.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wezm/git-grab
arch = x86_64
license = MIT OR Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=git-grab
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='A tool to clone git repositories to a standard location organised by
domain and path'
arch=(x86_64)
url='https://github.com/wezm/git-grab'
@@ -43,6 +43,9 @@ package() {
# documentation
install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+ # man page
+ install -vDm644 -t "$pkgdir/usr/share/man/man1" git-grab.1
+
# license
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE*
sed -n '/^Licence/,/^at your option./p' \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-grab/-/commit/3f60ddbba97867ac3f7973e0d37f5d1a1f67147c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-grab/-/commit/3f60ddbba97867ac3f7973e0d37f5d1a1f67147c
You're receiving this email because of your account on gitlab.archlinux.org.