aur-packages/jrnl-venv-bin/package.toml

19 lines
473 B
TOML

name = "jrnl-venv-bin"
version = "2.0.1"
build_number = "1"
description = "Collect your thoughts and notes without leaving the command line. [installed inside a virtualenv to prevent depedencies directly on the system]"
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