1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>boo</Name>
- <Homepage>http://boo.codehaus.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:console</IsA>
- <Summary>A wrist friendly language for the CLI</Summary>
- <Description>Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility.</Description>
- <Archive sha1sum="fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9" type="targz">https://sources.archlinux.org/other/packages/boo/boo-0.9.4.9.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>mono-devel</Dependency>
- <Dependency>shared-mime-info</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>boo</Name>
- <RuntimeDependencies>
- <Dependency>mono-runtime</Dependency>
- <Dependency>shared-mime-info</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/mime</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2018-01-06</Date>
- <Version>0.9.3.3457</Version>
- <Comment>version bump</Comment>
- <Name>Ali Algul</Name>
- <Email>aligulle3801@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|