Version 1.0.0
This commit is contained in:
parent
ab27c5c51d
commit
ff5399ba31
22 changed files with 1945 additions and 0 deletions
10
makearchpkg.sh
Normal file
10
makearchpkg.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue