17 lines
327 B
Bash
17 lines
327 B
Bash
#!/bin/sh
|
|
|
|
ARCH=all
|
|
DESCRIPTION="POSIX.1-2017 manual pages"
|
|
LICENSE=custom
|
|
NAME=man-pages-posix2017
|
|
PROVIDES=man-pages-posix
|
|
REL=0
|
|
UPSTREAM=https://git.kernel.org/pub/scm/docs/man-pages/man-pages-posix.git
|
|
VERSION=nightly
|
|
stream_license(){
|
|
cat "$SRC"/POSIX-COPYRIGHT
|
|
}
|
|
. soft
|
|
|
|
cp "$SRC"/man0p "$SRC"/man1p "$SRC"/man3p "$MAN"
|