Add namcap

This is similar to saneman in pactoys, but used by Arch and somewhat maintained.
This commit is contained in:
Christoph Reiter
2020-05-29 08:22:29 +02:00
committed by David Macek
parent 6b85489f5a
commit bb7d780202
5 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
--- namcap-3.2.10/namcap.sh.orig 2020-05-29 08:10:32.607965100 +0200
+++ namcap-3.2.10/namcap.sh 2020-05-29 08:10:55.469396300 +0200
@@ -36,4 +36,4 @@
fi
done
-/usr/bin/env python3 -m namcap ${args}
+/usr/bin/python -m namcap ${args}