From 38ba79733388635329c34cccb90b6299b80aa6b8 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 27 Aug 2025 21:58:41 +0200 Subject: feat: initial commit --- .gitignore | 4 ++++ README.md | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f71c635 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!PKGBUILD +!.SRCINFO 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 --single-branch https://github.com/pml68/PKGBUILDs +``` +Then you can enter the directory and install with your preferred tool (`makepkg`, `yay` etc.) -- cgit v1.2.3