1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xsel</Name>
- <Homepage>http://www.vergenet.net/~conrad/software/xsel/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>custom</License>
- <IsA>library</IsA>
- <Summary>XSel is a command-line program for getting and setting the contents of the X selection</Summary>
- <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>
- <Archive sha1sum="b9d01c93594a79a649507bda8719f301e9df0294" type="zip">https://github.com/kfish/xsel/archive/refs/heads/master.zip</Archive>
- <BuildDependencies>
- <Dependency>git</Dependency>
- <Dependency>libXt-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- </BuildDependencies>
- <Patches>
- </Patches>
- </Source>
- <Package>
- <Name>xsel</Name>
- <RuntimeDependencies>
- <Dependency>libX11</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="1">
- <Date>2022-07-27</Date>
- <Version>1.2.0.10032022</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|