skeleton.1 520 B

1234567891011121314151617
  1. [Meta]
  2. RootName: @supertux.berlios.de/supertux
  3. DisplayName: SuperTux
  4. ShortName: supertux
  5. Skeleton-Author: Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
  6. Skeleton-Version: 1
  7. [Notes]
  8. The interface version follows the software version in this library.
  9. This skeleton can detect 1.0
  10. [Test]
  11. OUTPUT=$(supertux --version || ~/.local/bin/supertux --version)
  12. VERSIONLINE=$(grepBeginsWith "$OUTPUT" "supertux ")
  13. VERSION=${VERSIONLINE/supertux /}
  14. INTERFACE_VERSIONS=$(getMajor $VERSION).$(getMinor $VERSION)