From b990b426fed2838fe240d42b64918e63df981022 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Tue, 24 Sep 2019 16:18:52 +0200 Subject: [PATCH] Added jrnl-venv-bin package --- jrnl-venv-bin/package.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jrnl-venv-bin/package.toml diff --git a/jrnl-venv-bin/package.toml b/jrnl-venv-bin/package.toml new file mode 100644 index 0000000..831b2cb --- /dev/null +++ b/jrnl-venv-bin/package.toml @@ -0,0 +1,18 @@ +name = "jrnl-venv-bin" +version = "2.0.0" +build_number = "1" +description = "Collect your thoughts and notes without leaving the command line. [installed inside a virtualenv]" +license = "MIT" +url = "https://jrnl.sh/" +depends = ["python", "python-virtualenv", "python-pip"] +optdepends = [] +conflicts = [] +arch = ["i686", "x86_64"] + +[builder] +type = "python-virtualenv" +packages = ["jrnl"] +binaries = ["jrnl"] + +[sources] +# No need