commit d749cbcb3f601a0b7c7adc2d240c0eaeca1afd66 parent 751498a2ec0c8040e9251dce5fabb44f69994138 Author: Cem Keylan <cem@ckyln.com> Date: Sun, 6 Sep 2020 13:40:34 +0300 man-pages-posix: add new package at 2013a Diffstat:
A | extra/man-pages-posix/build | | | 3 | +++ |
A | extra/man-pages-posix/checksums | | | 1 | + |
A | extra/man-pages-posix/sources | | | 1 | + |
A | extra/man-pages-posix/version | | | 1 | + |
4 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/extra/man-pages-posix/build b/extra/man-pages-posix/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make prefix=/usr DESTDIR="$1" install diff --git a/extra/man-pages-posix/checksums b/extra/man-pages-posix/checksums @@ -0,0 +1 @@ +19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808 man-pages-posix-2013-a.tar.xz diff --git a/extra/man-pages-posix/sources b/extra/man-pages-posix/sources @@ -0,0 +1 @@ +https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2013-a.tar.xz diff --git a/extra/man-pages-posix/version b/extra/man-pages-posix/version @@ -0,0 +1 @@ +2013a 1