aboutsummaryrefslogtreecommitdiff
path: root/pocketbook/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-02 17:09:42 -0400
committerCraig Jennings <c@cjennings.net>2026-07-02 17:09:42 -0400
commit6b7791ccf8195247649914a7ce3cbda9bbcdaf06 (patch)
treef80bea045f44a2b7d812fb795f9c80ce2c4027fc /pocketbook/Makefile
parentd9d454a608d1a6a7ae690af0b68472401c477fd6 (diff)
downloadarchsetup-6b7791ccf8195247649914a7ce3cbda9bbcdaf06.tar.gz
archsetup-6b7791ccf8195247649914a7ce3cbda9bbcdaf06.zip
chore(pocketbook)!: remove the in-tree pocketbook package
Craig's finish-or-cancel checkpoint resolved to remove: the app left daily use in May and the org-capture popup covers quick notes. The pip install, launcher, and Super+P bind went with it (dotfiles a750cb4); the three pocketbook tasks are closed.
Diffstat (limited to 'pocketbook/Makefile')
-rw-r--r--pocketbook/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/pocketbook/Makefile b/pocketbook/Makefile
deleted file mode 100644
index f09dbbb..0000000
--- a/pocketbook/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.PHONY: test lint install uninstall clean
-
-test:
- python -m pytest tests/ -v
-
-lint:
- python -m ruff check src/ tests/
-
-install:
- pip install --user -e .
-
-uninstall:
- pip uninstall -y quicknotes
-
-clean:
- rm -rf build/ dist/ src/*.egg-info