Version 1.0.0

This commit is contained in:
Aslan2142 2020-02-26 21:15:11 +01:00
parent ab27c5c51d
commit ff5399ba31
22 changed files with 1945 additions and 0 deletions

10
makearchpkg.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/sh
# Copy PKGBUILD for given Architecture
cp PKGBUILD_$1 PKGBUILD
# Make Package
makepkg -f
# Remove PKGBUILD for given Architecture
rm PKGBUILD