Merge pull request #162 from dvargas46/v3-add-paradoc

pkg(paradoc-0.6.0): Add paradoc 0.6.0
This commit is contained in:
Thomas 2021-03-18 16:26:16 +13:00 committed by GitHub
commit d79b58add1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 0 deletions

5
packages/paradoc/0.6.0/build.sh vendored Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
source ../../python/3.9.1/build.sh
git clone -q https://github.com/betaveros/paradoc.git paradoc

2
packages/paradoc/0.6.0/environment vendored Normal file
View File

@ -0,0 +1,2 @@
export PYTHONPATH=$PYTHONPATH:$PWD/paradoc
export PATH=$PWD/bin:$PATH

6
packages/paradoc/0.6.0/metadata.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"language": "paradoc",
"version": "0.6.0",
"author": "Dan Vargas <danvargas46@gmail.com>",
"aliases": ["paradoc"]
}

4
packages/paradoc/0.6.0/run vendored Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# Paradoc only takes filename and stdin
python3 -m paradoc "$1"

1
packages/paradoc/0.6.0/test.paradoc vendored Normal file
View File

@ -0,0 +1 @@
"OK"