6 lines
244 B
Text
6 lines
244 B
Text
|
#!/bin/bash -ex
|
||
|
git clone --depth 1 git://ryuslash.org/pkgbuilds/decker.git .
|
||
|
makepkg --clean
|
||
|
mv decker-*-x86_64.pkg.tar.zst "${ARCHIVE}/"
|
||
|
repo-add /home/slash/public_html/repo/x86_64/ryuslash.db.tar.gz "${ARCHIVE}"/decker-*-x86_64.pkg.tar.zst
|