summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj-sh6042025-06-09 00:43:32 -0400
committerkj-sh6042025-06-09 00:43:32 -0400
commitf0cdd032b618e5bc631e877c374a80c72998dbaa (patch)
tree66ccff14971bdaab6acef72cee9132ec86e01d27
parentf72370a92f2049424bd469028601de0c2062bbb9 (diff)
feat: add README and LICENSE
-rw-r--r--LICENSE7
-rw-r--r--README14
2 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ed474bc
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
1ISC License
2
3Copyright 2025 kj_sh604
4
5Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6
7THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/README b/README
new file mode 100644
index 0000000..31364cc
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
1gitpkg
2------
3
4just a helper script that "git clones" the PKGBUILD of Arch Linux packages in the official repos.
5
6------
7
8usage:
9 gitpkg [-h|--help]
10 gitpkg <package name> <package name>...
11
12options:
13 -h, --help
14 print a help message