62 lines
2.4 KiB
XML
62 lines
2.4 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>bash-completion</Name>
|
|
<Homepage>http://bash-completion.alioth.debian.org/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv2</License>
|
|
<IsA>app:console</IsA>
|
|
<Summary>Programmable completion for bash</Summary>
|
|
<Description>A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters.</Description>
|
|
<Archive sha1sum="c02fb9c0f669d178f678c291ea17ddadfd011250" type="tarxz">https://github.com/scop/bash-completion/releases/download/2.4/bash-completion-2.4.tar.xz</Archive>
|
|
<Patches>
|
|
<!-- <Patch>pisilinux.patch</Patch> -->
|
|
<!-- <Patch level="1">libreoffice_completion.patch</Patch> -->
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>bash-completion</Name>
|
|
<Files>
|
|
<Path fileType="data">/etc</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="data">/var</Path>
|
|
</Files>
|
|
<AdditionalFiles>
|
|
<AdditionalFile owner="root" permission="0644" target="/etc/bash_completion.d/pisilinux">pisilinux</AdditionalFile>
|
|
</AdditionalFiles>
|
|
<Provides>
|
|
<COMAR script="package.py">System.Package</COMAR>
|
|
</Provides>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2017-01-25</Date>
|
|
<Version>2.4</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Stefan Gronewold</Name>
|
|
<Email>groni@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2016-06-08</Date>
|
|
<Version>2.1</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2014-02-23</Date>
|
|
<Version>2.1</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Alihan Öztürk</Name>
|
|
<Email>alihan@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|