From 1b8d8682486a43071f968afc03d43aa1e27413b8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 16:41:14 +0000 Subject: added zip, cmake, asciidog and pkg-config --- repo/core/asciidoc.xibuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/core/asciidoc.xibuild (limited to 'repo/core/asciidoc.xibuild') diff --git a/repo/core/asciidoc.xibuild b/repo/core/asciidoc.xibuild new file mode 100644 index 0000000..814cc21 --- /dev/null +++ b/repo/core/asciidoc.xibuild @@ -0,0 +1,13 @@ +#!/bin/bash + +DEPS=(python libxslt docbook-xsl) + +SOURCE=https://github.com/asciidoc-py/asciidoc-py/releases/download/10.1.1/asciidoc-10.1.1.tar.gz +DESC="Text document format for short documents, articles, books and UNIX man pages" + + +build () { + make + make DESTDIR=$PKG_DEST install +} + -- cgit v1.2.1