From fa415e2806f20b300a8037a4a470b8c01225007a Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 13 Mar 2021 17:45:55 +0100 Subject: Initial commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af8d1b9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Arch Linux PKGBUILDs + +Here are some PKGBUILDs modified by me: + +* [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. + +You can clone any of these packages as + +```sh +git clone https://git.marussy.com/pkgbuilds --branch= +``` + +to inspect or build. -- cgit v1.2.3-54-g00ecf