From 9ea4e05127e7aaf79a58f98076288b25973e949f Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 10 Jul 2026 10:49:55 +0000 Subject: backup --- .config/pkgit/repos/cmommy.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/pkgit/repos/cmommy.lua (limited to '.config/pkgit/repos/cmommy.lua') diff --git a/.config/pkgit/repos/cmommy.lua b/.config/pkgit/repos/cmommy.lua new file mode 100644 index 0000000..26ba432 --- /dev/null +++ b/.config/pkgit/repos/cmommy.lua @@ -0,0 +1,16 @@ +return { + url = "https://git.bwaaa.monster/cmommy", + targets = { + default = { + build = function() + os.execute("make") + end, + install = function() + os.execute("cp ./bin/mommy "..install_directories.bin) + end, + uninstall = function() + os.execute("rm "..install_directories.bin.."/mommy") + end, + }, + }, +} \ No newline at end of file -- cgit v1.2.3