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