pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xsel</Name>
  6. <Homepage>http://www.vergenet.net/~conrad/software/xsel/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <IsA>library</IsA>
  13. <Summary>XSel is a command-line program for getting and setting the contents of the X selection</Summary>
  14. <Description>XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button.</Description>
  15. <Archive sha1sum="b9d01c93594a79a649507bda8719f301e9df0294" type="zip">https://github.com/kfish/xsel/archive/refs/heads/master.zip</Archive>
  16. <BuildDependencies>
  17. <Dependency>git</Dependency>
  18. <Dependency>libXt-devel</Dependency>
  19. <Dependency>libX11-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>xsel</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libX11</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2022-07-27</Date>
  38. <Version>1.2.0.10032022</Version>
  39. <Comment>First release</Comment>
  40. <Name>Kamil Atlı</Name>
  41. <Email>suvari@pisilinux.org</Email>
  42. </Update>
  43. </History>
  44. </PISI>