ncdu: updated man-page source

This commit is contained in:
John McQuah 2024-03-30 12:36:20 +00:00
parent d61b1dac29
commit 77561af71e
3 changed files with 10 additions and 11 deletions

4
REPO
View File

@ -149,8 +149,8 @@ f:a73c76b58ce320bdc2c96e10e6bea7e6:wf-recorder/.footprint
f:b805ec30f0bf5689ff06a08168726c0f:fortune-mod/.signature
f:017679266fb4234007ea9068a755a6a1:fortune-mod/Pkgfile
f:ec97a379952ab64db4f9ec2963df540f:fortune-mod/.footprint
f:1474b2a7645525b57d0419ecefd436d4:ncdu/.signature
f:8b0ada49a3ce2158db0f7a0c315ffde5:ncdu/Pkgfile
f:1b31f15e13c095c42291e1906cc562bb:ncdu/.signature
f:52f53fd8882eeaba71ebb46c6f29c8a9:ncdu/Pkgfile
f:3765586fe37e9002a781bae8f35a9bc6:ncdu/.footprint
f:ebe12456bd901ec784e60a08bc31101a:deadbeef/.signature
f:8c2e7a454bdd11ff9aa220b4e1d5b676:deadbeef/Pkgfile

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxP7GHmNfiyeH4aaQaGQOmZXJphw8FJByphSSA1nNKodYEdxCb2H5/lszq/5A/sux3W/IeQu35V2mmVI2MbDfMAA=
SHA256 (Pkgfile) = bd4e6d55c11fe6df5d03de65a8dacd18c8f6cf3635c4a5846ec9a7ca7e082818
RWTTPlFarK9CxHQqg28YAQp6q8g5ujLQd3FWtGOxN/u78HXZ9LyJ60E7DrkIxL5SA1tSWdtv5SOCGg3PKbvy9sdNQOvNSuvSVw8=
SHA256 (Pkgfile) = 4422a72a17479bb4f34bd0b3249c95745c88ce6c20b576d57a8156542eb8f60c
SHA256 (.footprint) = 28b3a45f7809ec9fe4cc3c0f4b48d291960afd02f9615e0d97c4cbdd1567ecec
SHA256 (ncdu-2.3-linux-x86_64.tar.gz) = 9dcdd0efb5e77e5d2bdce178615b8f979f91aa663e8209c5abdbe0b25bf638e8
SHA256 (ncdu-2.3.pod) = 506f8440ead7231080d19b3a6113fe15f8d9b45d6c94573f834874aa97495b01
SHA256 (ncdu.1) = 86ec48087494df3e2706aeb98d61c4192ec9cc26431b0e8d72346726ead35d36

View File

@ -7,13 +7,12 @@ name=ncdu
version=2.3
release=1
source=(https://dev.yorhel.nl/download/$name-$version-linux-x86_64.tar.gz
https://code.blicky.net/yorhel/$name/raw/branch/zig/$name.pod)
renames=(SKIP $name-$version.pod)
https://code.blicky.net/yorhel/$name/raw/branch/zig/$name.1)
build () {
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/share/man/man1
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/share/man/man1
install -m 0755 $name $PKG/usr/bin
pod2man $name-$version.pod > $PKG/usr/share/man/man1/$name.1
install -m 0755 $name $PKG/usr/bin
install -m 0644 $name.1 $PKG/usr/share/man/man1/$name.1
}