Added: MANPAGE

This commit is contained in:
Rafael Baboni Dominiquini 2026-02-20 23:29:50 -03:00
parent bf7f8a3ad2
commit ec31306fe3
2 changed files with 8 additions and 2 deletions

View file

@ -11,8 +11,10 @@ pkgbase = mp3rgain-bin
conflicts = mp3rgain
source = LICENSE-1.7.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.7.0/LICENSE
source = README-1.7.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.7.0/README.md
source = mp3rgain-1.7.0.1::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.7.0//docs/man/mp3rgain.1
sha256sums = 8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135
sha256sums = c948256ac69649a685b15d627fe3792b20a055064ff1bea4b66ece23537de963
sha256sums = b28f2e6d7f013cc80d3a2e55721116b730ccefe80980b33ad93779e5c2f36d16
source_x86_64 = mp3rgain-x86_64-1.7.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.7.0/mp3rgain-v1.7.0-linux-x86_64.tar.gz
sha256sums_x86_64 = d72c73fc742dcfa1f28fd9d80b3d4514e79b5f78c42b97aa8b7d56b3e46d20d5

View file

@ -21,10 +21,12 @@ conflicts=("${_pkgname}")
depends=('glibc' 'gcc-libs')
source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
"README-${pkgver}.md::${_urlraw}/README.md")
"README-${pkgver}.md::${_urlraw}/README.md"
"${_pkgname}-${pkgver}.1::${_urlraw}//docs/man/${_pkgname}.1")
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_pkgvername}-linux-${arch[0]}.tar.gz")
sha256sums=('8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135'
'c948256ac69649a685b15d627fe3792b20a055064ff1bea4b66ece23537de963')
'c948256ac69649a685b15d627fe3792b20a055064ff1bea4b66ece23537de963'
'b28f2e6d7f013cc80d3a2e55721116b730ccefe80980b33ad93779e5c2f36d16')
sha256sums_x86_64=('d72c73fc742dcfa1f28fd9d80b3d4514e79b5f78c42b97aa8b7d56b3e46d20d5')
@ -33,6 +35,8 @@ package() {
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm644 "${_pkgname}-${pkgver}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"