New package: sdcv-0.5.2.
Closes: #12292 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
c10578413a
commit
008ae3a967
1 changed files with 26 additions and 0 deletions
26
srcpkgs/sdcv/template
Normal file
26
srcpkgs/sdcv/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'sdcv'
|
||||
pkgname=sdcv
|
||||
version=0.5.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="glib-devel"
|
||||
makedepends="zlib-devel readline-devel glib-devel"
|
||||
short_desc="Console version of Stardict program"
|
||||
maintainer="Casper Ti. Vector <caspervector@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://dushistov.github.io/sdcv/"
|
||||
distfiles="https://github.com/Dushistov/sdcv/archive/v$version.tar.gz"
|
||||
checksum=ec08dc084a0748d5a89df01a20bbf294f09b0366295cd418000f15d2e043c4f7
|
||||
|
||||
post_extract() {
|
||||
rm po/*.po
|
||||
sed -i '/share\/man\/uk/d' CMakeLists.txt
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
mkdir -p build/locale
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc README.org
|
||||
}
|
Loading…
Reference in a new issue