pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ventoy</Name>
  6. <Homepage>https://www.ventoy.net/</Homepage>
  7. <Packager>
  8. <Name>Erkan IŞIK</Name>
  9. <Email>erkanisik@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>A new bootable USB solution</Summary>
  14. <Description>A new bootable USB solution</Description>
  15. <Archive sha1sum="53735e757272e6586c22a70172af5c38e1d35403" type="targz">https://github.com/ventoy/Ventoy/releases/download/v1.0.97/ventoy-1.0.97-linux.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>ventoy</Name>
  19. <RuntimeDependencies>
  20. <Dependency>bash</Dependency>
  21. <Dependency>dosfstools</Dependency>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="data">/opt</Path>
  26. <Path fileType="icon">/usr/share/pixmaps</Path>
  27. <Path fileType="application">/usr/share/applications</Path>
  28. </Files>
  29. <AdditionalFiles>
  30. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/ventoy.desktop">ventoy.desktop</AdditionalFile>
  31. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/ventoy.png">ventoy.png</AdditionalFile>
  32. </AdditionalFiles>
  33. </Package>
  34. <History>
  35. <Update release="1">
  36. <Date>2024-01-24</Date>
  37. <Version>1.0.97</Version>
  38. <Comment>First release</Comment>
  39. <Name>Erkan IŞIK</Name>
  40. <Email>erkanisik@pisilinux.org</Email>
  41. </Update>
  42. </History>
  43. </PISI>