commit 65192f1f92fd1c1eee9f108d0a601ad9262dae75 Author: X-dark Date: Thu Feb 14 15:13:51 2019 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce8d4d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> ArchLinuxPackages +*.tar +*.tar.* +*.jar +*.exe +*.msi +*.zip +*.tgz +*.log +*.log.* +*.sig + +pkg/ +src/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e93256d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# archlinux-pkgbuilds + +ArchLinux PKGBUILDS (published on the AUR) \ No newline at end of file