From 63bcb5aaac32b81642d1bb8aee02306ee65c8b02 Mon Sep 17 00:00:00 2001 From: Vars Bhat <60035383+varsbhat@users.noreply.github.com> Date: Sun, 26 Jan 2020 20:25:01 +0530 Subject: [PATCH] New package: stdman-2018.03.11 This package provides Formatted C++20 stdlib man pages (cppreference). --- stdman/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 stdman/template diff --git a/stdman/template b/stdman/template new file mode 100644 index 00000000000..7878b6e1988 --- /dev/null +++ b/stdman/template @@ -0,0 +1,20 @@ +# Template file for 'stdman' +pkgname=stdman +version=2018.03.11 +revision=1 +archs=noarch +short_desc="Formatted C++20 stdlib man pages (cppreference)" +maintainer="Vars Bhat " +license="MIT" +homepage="https://github.com/jeaye/stdman" +distfiles="https://github.com/jeaye/stdman/archive/${version}.tar.gz" +checksum="d29e6b34cb5ba9905360cee6adcdf8c49e7f11272521bf2e10b42917486840e8" + +do_install() { + vmkdir usr/share/man/man3 + cp -rf ${wrksrc}/man/* ${DESTDIR}/usr/share/man/man3 +} + +post_install() { + vlicense LICENSE +}