diff text/asciidoc/asciidoc.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 337f950c30f5
children a47aaf9743a0
line wrap: on
line diff
--- a/text/asciidoc/asciidoc.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/text/asciidoc/asciidoc.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -15,14 +15,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-PKGNAME=asciidoc
-PKGVERSION=8.6.10
-PKGREVISION=1
-PKGLICENSE="GPL-2.0-only"
-PKGSUMMARY="text based documentation"
-PKGDOWNLOAD="https://github.com/asciidoc/asciidoc/archive/$PKGVERSION.tar.gz"
-PKGDEPENDS="python2 libxml2 docbook-xsl"
-PKGTAGS="DEPRECATED"
+. ./asciidoc.info
 
 rm -rf $PKGNAME-$PKGVERSION
 tar xvf $PKGVERSION.tar.gz