Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hyfetch
Commits: 2a962075 by Robin Candau at 2024-06-29T10:35:40+02:00 upgpkg: 1.4.11-3: Add man page to the package Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/hyfetch/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hyfetch pkgdesc = Neofetch with LGBTQ+ pride flags! pkgver = 1.4.11 - pkgrel = 2 + pkgrel = 3 url = https://github.com/hykilpikonna/hyfetch arch = any license = MIT ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=hyfetch pkgver=1.4.11 -pkgrel=2 +pkgrel=3 pkgdesc="Neofetch with LGBTQ+ pride flags!" arch=('any') url='https://github.com/hykilpikonna/hyfetch' @@ -23,6 +23,7 @@ package() { 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 "docs/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1" install -Dm 644 "${pkgname}/scripts/autocomplete.bash" "${pkgdir}/usr/share/bash-completion/completions/${pkgname}" install -Dm 644 "${pkgname}/scripts/autocomplete.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyfetch/-/commit/2a9620751c870e013a665f5ef749e7e7d3760951 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyfetch/-/commit/2a9620751c870e013a665f5ef749e7e7d3760951 You're receiving this email because of your account on gitlab.archlinux.org.
