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

19 lines
473 B
TOML
Raw Normal View History

2019-09-24 14:18:52 +00:00
name = "jrnl-venv-bin"
2019-10-06 09:15:14 +00:00
version = "2.0.1"
2019-09-24 14:18:52 +00:00
build_number = "1"
2019-09-24 15:55:20 +00:00
description = "Collect your thoughts and notes without leaving the command line. [installed inside a virtualenv to prevent depedencies directly on the system]"
2019-09-24 14:18:52 +00:00
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