aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-13 17:45:55 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-13 17:47:39 +0100
commitfa415e2806f20b300a8037a4a470b8c01225007a (patch)
tree8a6d85b7660785917faad3a76535828f6b6393c3
downloadpkgbuilds-main.tar.gz
pkgbuilds-main.tar.zst
pkgbuilds-main.zip
Initial commitHEADmain
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..af8d1b9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
1# Arch Linux PKGBUILDs
2
3Here are some PKGBUILDs modified by me:
4
5* [delegate](https://git.marussy.com/pkgbuilds/tree/?h=delegate): Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface. I modified the [package from the AUR](https://aur.archlinux.org/packages/delegate/) to incorporate the [patch](https://stackoverflow.com/a/62457597) posted by the DeleGate author on StackOverflow. Fixes compile errors with recent glibc.
6
7You can clone any of these packages as
8
9```sh
10git clone https://git.marussy.com/pkgbuilds --branch=<package> <package>
11```
12
13to inspect or build.