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