aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 10:17:03 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 10:17:03 +0000
commit52cc7c1f80eda62f4bd02d5b0cfd6701e0043842 (patch)
treed4bd44cc14ce1817d3236dbd0afb5ee50e6eb626
parentbe13256681634e01fb3758591f4218d9611ae054 (diff)
version is pretty now :)
-rw-r--r--Makefile3
-rw-r--r--src/vars.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0926d77..4c9f192 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@ install: pkgit
install -d ${DESTDIR}${PREFIX}/bin
install -m 755 pkgit ${DESTDIR}${PREFIX}/bin/pkgit
+uninstall: ${DESTDIR}${PREFIX}/bin/pkgit
+ ${RM} ${DESTDIR}${PREFIX}/bin/pkgit
+
defconfig:
@echo "Installing default config to ~/.config/pkgit ..."
@mkdir -p ~/.config/pkgit
diff --git a/src/vars.c b/src/vars.c
index 82e0b0e..e8d92e8 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -47,7 +47,7 @@ const char* get_install_dir(const char *key) {
return "";
}
-const char *version = "gizmodic pkgit v67.67.67 (non-pregtal edition)"; //changed from "0.0.0" muhahahah
+const char *version = "0.0.1"; //changed from "0.0.0" muhahahah
const char *red = "\e[0;31m";
const char *green = "\e[0;32m";