jq: include manpage in the package (#6596)

This commit is contained in:
augiedoggie
2022-02-05 00:24:14 -07:00
committed by GitHub
parent 454b9f5429
commit 3e6833507a

View File

@@ -10,7 +10,7 @@ is often shorter and simpler than youd expect."
HOMEPAGE="http://stedolan.github.io/jq/"
COPYRIGHT="2012,2015 Stephen Dolan"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="http://github.com/stedolan/jq/archive/jq-$portVersion.tar.gz"
CHECKSUM_SHA256="158182b85f3be9e23ab1dc50cfcc24e415aade2a0b8a5d9f709e0b587666d61b"
SOURCE_DIR="jq-jq-$portVersion"
@@ -59,4 +59,7 @@ INSTALL()
{
mkdir -p $commandBinDir
cp -a jq $commandBinDir
mkdir -p $manDir/man1
cp -a jq.1 $manDir/man1
}