From 0b64ff5db42121fec07b9e2294af8c46d36aa328 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 8 Feb 2023 15:44:01 -0600 Subject: Initial commit --- examples/lieer | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/lieer (limited to 'examples/lieer') diff --git a/examples/lieer b/examples/lieer new file mode 100644 index 0000000..6c90e64 --- /dev/null +++ b/examples/lieer @@ -0,0 +1,21 @@ +# lieer -*- bash-ts -*- + +SOURCE=https://github.com/gauteh/lieer + +APT_DEPENDENCIES=( + python3 + libnotmuch-dev + # hopefully pip will install the rest +) + +# Don't error when we don't have a virtualenv. +export PIP_REQUIRE_VIRTUALENV=false + +# Plan + +install_deps +repo_pull +repo_ready + +with_repo pip3 install --user . + -- cgit 1.4.1-21-gabe81