From 344f52d2e30eebf4f479a58c73bd8dfce240139f Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 7 Aug 2017 00:17:34 +0200 Subject: [PATCH] Improve README.md --- README.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79f4837b..4b51af9b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,32 @@ # PKGBUILDs -Contains PKGBUILD files for creating Arch Linux packages of my own and -some other applications. +Contains PKGBUILD files for creating Arch Linux packages: -For some applications it also provides PKGBUILD files for the creation -of Windows binaries with the Mingw-w64 cross compiler. +* Packages for my own applications and libraries such as [Syncthing Tray](https://github.com/Martchus/syncthingtray), + [Tag Editor](https://github.com/Martchus/tageditor), [Password Manager](https://github.com/Martchus/passwordmanager), ... +* Packages [I maintain in the AUR](https://aur.archlinux.org/packages/?O=0&SeB=M&K=Martchus&outdated=&SB=v&SO=d&PP=50&do_Search=Go): + * misc packages, eg. Gogs/Gitea, Subtitle Composer, openelec-dvb-firmware + * mingw-w64 packages which allow to build for Windows under Arch Linux, eg. freetype2 and Qt 5 + * apple-darwin packages which allow to build for MaxOS X under Arch Linux, eg. osxcross and Qt 5 +* Other packages imported from the AUR to build with slight modifications + +So if you like to improve one of my AUR packages, just create a PR here. + +## Structure +Each package is in its own subdirectoy: +``` +default-pkg-name/variant +``` +where `default-pkg-name` is the of the default package name (eg. `qt5-base`) and `variant` usually one of: + +* `default`: the regular package +* `git`/`svn`/`hg`: the development version +* `mingw-w64`: the Windows version +* `apple-darwin`: the MacOS X version + +The repository does not contain `.SRCINFO` files. + +## Binary repository +I also provide a [binary repository](https://martchus.no-ip.biz/repo/arch/ownstuff/os) containing the packages found +in this repository and a lot of packages found in the AUR. -I also provide a [binary repository](https://martchus.no-ip.biz/repo/arch/ownstuff/os). For more information visit my [website](https://martchus.no-ip.biz/website/page.php?name=programming).