diff options
Diffstat (limited to '.config/pkgit/repos/cmommy.lua')
| -rw-r--r-- | .config/pkgit/repos/cmommy.lua | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
