Transitioned to a PKGBUILD-like format for source.sh files

Changed license from GPL3 to MIT
This commit is contained in:
2024-05-29 16:04:18 +03:00
parent 977e81c420
commit 8db2635314
7 changed files with 530 additions and 1035 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
/* A simple-to-use package manager */
/* ---------------------------------- */
var bpmVer = "0.2.1"
var bpmVer = "0.3.0"
var subcommand = "help"
var subcommandArgs []string