rdfind new package linux-firmware

This commit is contained in:
Rmys
2023-11-22 11:15:19 +03:00
parent 93c8750b0c
commit f9c3f8b7fc
7 changed files with 122 additions and 2 deletions
+49
View File
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rdfind</Name>
<Homepage>https://rdfind.pauldreik.se/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<Summary>Command line tool that finds duplicate files</Summary>
<Icon>rdfind</Icon>
<Description>Yinelenen dosyaları bulan komut satırı aracı</Description>
<Archive sha1sum="4838b26b1accd9761b9d0ed3e75cee4e25d9c177" type="targz">https://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>nettle-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>rdfind.patch</Patch>
<Patch level="1">rdfind.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>rdfind</Name>
<RuntimeDependencies>
<Dependency>nettle</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-11-22</Date>
<Version>1.6.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>