Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,6 @@ +libc.so.6 +libgcc_s.so.1 +libglib-2.0.so.0 +libreadline.so.6 +libstdc++.so.6 +libz.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,21 @@ +name : sdcv +version : 0.5.1 +release : 1 +source : + - https://github.com/Dushistov/sdcv/archive/v0.5.1.tar.gz : d0c64429547adb127d5ff9f0f0db8c4bc663bc413dfb5b5d32c924a67171c247 +license : GPL-2.0 +component : office +summary : sdcv - console version of StarDict +description: | + sdcv is simple, cross-platform text-base utility for work with + dictionaries in StarDict's format. The word from "list of words" may be + string with leading '/' for using Fuzzy search algorithm, with leading + '|' for using full-text search, string may contain '?' and '*' for using + regexp search. It work in interactive and not interactive mode. +setup : | + %cmake . +build : | + %make + %make lang +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,44 @@ + + + sdcv + + Pierre-Yves + pyu@riseup.net + + GPL-2.0 + office + sdcv - console version of StarDict + sdcv is simple, cross-platform text-base utility for work with +dictionaries in StarDict's format. The word from "list of words" may be +string with leading '/' for using Fuzzy search algorithm, with leading +'|' for using full-text search, string may contain '?' and '*' for using +regexp search. It work in interactive and not interactive mode. + + https://solus-project.com/sources/README.Solus + + + sdcv + sdcv - console version of StarDict + sdcv is simple, cross-platform text-base utility for work with +dictionaries in StarDict's format. The word from "list of words" may be +string with leading '/' for using Fuzzy search algorithm, with leading +'|' for using full-text search, string may contain '?' and '*' for using +regexp search. It work in interactive and not interactive mode. + + office + + /usr/bin + /usr/share/locale + /usr/share/man + + + + + 2017-06-26 + 0.5.1 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file