mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Sort
This commit is contained in:
parent
86aa2240dd
commit
365cdd9a53
1 changed files with 4 additions and 3 deletions
|
@ -9,16 +9,17 @@ REPODIR=/build/packages
|
|||
|
||||
cd $ABSDIR/$1
|
||||
|
||||
echo "<h2>" ; echo $1 ; echo "</h2>"
|
||||
echo "<h3>" ; echo $1 ; echo "</h3>"
|
||||
echo ""
|
||||
|
||||
for i in `find . -maxdepth 1 -mindepth 1 -type d`; do
|
||||
for i in `find . -maxdepth 1 -mindepth 1 -type d|sort`; do
|
||||
cd $ABSDIR/$1/$i > /dev/null 2>&1
|
||||
echo "<b>"
|
||||
grep pkgname= PKGBUILD | sed -e 's/pkgname=//'
|
||||
echo "</b>"
|
||||
grep pkgver= PKGBUILD | sed -e 's/pkgver=//'
|
||||
echo "<br />"
|
||||
grep pkgrel= PKGBUILD | sed -e 's/pkgrel=/-/'
|
||||
echo "</br>"
|
||||
echo ""
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue