aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-08-27 21:58:41 +0200
committerpml68 <contact@pml68.dev>2025-08-27 21:58:41 +0200
commit38ba79733388635329c34cccb90b6299b80aa6b8 (patch)
tree197c564658914f8775cc4291f666604eca64c6f4 /README.md
downloadPKGBUILDs-38ba79733388635329c34cccb90b6299b80aa6b8.tar.gz
feat: initial commit
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc9dab3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# PKGBUILDs
+
+My personal PKGBUILDs.
+
+## Usage
+
+For available packages, check out the different branches; Each one contains a single package. For installation of a selected package, clone it with
+```sh
+$ git clone --branch <package_name> --single-branch https://github.com/pml68/PKGBUILDs <package_name>
+```
+Then you can enter the directory and install with your preferred tool (`makepkg`, `yay` etc.)