mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
libxslt: add test-version.sh
xsltproc doesn't say it's own version but only dependcies it compiled on Signed-off-by: Seo Suchan <tjtncks@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
c7ca6d46f7
commit
14d197418d
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# shellcheck shell=busybox
|
||||
|
||||
#xsltproc doesn't say it's own version but only depends
|
||||
case "$PKG_NAME" in
|
||||
xsltproc|libxslt|libexslt)
|
||||
exit 0
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Untested package: $PKG_NAME" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user