Chris Abela
2018-08-22 20:13:26 UTC
Hi,
I have written a short script that lists built packages on which no
other package depends:
https://github.com/ChrisAbela/apex/blob/master/apex.sh
It assumes that the user is using sbopkg and relies on rigorously
maintained queue files.
The script wrongly lists tolua++ as an "apex package" as egrep (at line
52) interprets the "+" metacharacter. May I suggest to avoid
metacharacters in package names. In this case toluapp would have been a
better choice, as per homepage: https://github.com/LuaDist/toluapp.
Thanks to all that maintain scripts. You make Slackware a better experience.
Chris Abela
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-***@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/
I have written a short script that lists built packages on which no
other package depends:
https://github.com/ChrisAbela/apex/blob/master/apex.sh
It assumes that the user is using sbopkg and relies on rigorously
maintained queue files.
The script wrongly lists tolua++ as an "apex package" as egrep (at line
52) interprets the "+" metacharacter. May I suggest to avoid
metacharacters in package names. In this case toluapp would have been a
better choice, as per homepage: https://github.com/LuaDist/toluapp.
Thanks to all that maintain scripts. You make Slackware a better experience.
Chris Abela
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-***@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/