pkg(paradoc-0.6.0): Add paradoc 0.6.0

This commit is contained in:
Dan Vargas 2021-03-17 21:56:33 -05:00
parent bcbdda6f66
commit 50c4e0fae5
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"