Add twtxt pkg
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Dec 2019 19:31:30 +0000 (14:31 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Dec 2019 19:31:30 +0000 (14:31 -0500)
Makefile
pkgs-deb-install.list
pkgs-pip.list [new file with mode: 0644]

index 075da5d..0a56a22 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ DEPS := $(wildcard deps/*)
     pkgs_deb_purge \
     pkgs_debian \
     pkgs_mac \
+    pkgs_pip \
     pkgs_snap_classic \
     pkgs_snap_strict
 
@@ -39,6 +40,7 @@ mpdconf:
 pkgs_debian:
        $(MAKE) pkgs_deb_install
        $(MAKE) pkgs_deb_purge
+       $(MAKE) pkgs_pip
        $(MAKE) pkgs_snap_classic
        $(MAKE) pkgs_snap_strict
 
@@ -46,6 +48,9 @@ pkgs_mac:
        $(MAKE) pkgs_brew_install
        $(MAKE) pkgs_brew_cask_install
 
+pkgs_pip:
+       sudo pip3 install $(shell ./list pkgs-pip.list)
+
 pkgs_brew_install: list pkgs-brew-install.list
        brew install $(shell ./list pkgs-brew-install.list)
 
index 1edd4a3..3490aa5 100644 (file)
@@ -57,6 +57,7 @@ lm-sensors
 fslint    # File system maintenance utilities
 goaccess  # Web server log analyzer
 xinput    # Configure touchpad
+python3-pip
 
 graphicsmagick
 graphicsmagick-imagemagick-compat  # provides /usr/bin/convert
diff --git a/pkgs-pip.list b/pkgs-pip.list
new file mode 100644 (file)
index 0000000..1ed1145
--- /dev/null
@@ -0,0 +1,2 @@
+#
+twtxt
This page took 0.028072 seconds and 4 git commands to generate.