New package: freecell-solver-5.10.0

This commit is contained in:
Piotr Wójcik 2019-07-16 00:26:24 +02:00 committed by Piotr
parent c5c7f8627f
commit 1b376b2276
4 changed files with 38 additions and 0 deletions

View file

@ -3485,6 +3485,7 @@ libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
libmhash.so.2 mhash-0.9.9.9_1
librlottie.so.0 rlottie-0.0.20160709_1
libfstrm.so.0 fstrm-0.5.0_1
libfreecell-solver.so.0 libfreecell-solver-5.10.0_1
libknot.so.9 libknot-2.8.2_1
libdnssec.so.7 libknot-2.8.2_1
libzscanner.so.3 libknot-2.8.2_1

View file

@ -0,0 +1,35 @@
# Template file for 'freecell-solver'
pkgname=freecell-solver
version=5.10.0
revision=1
build_style=cmake
hostmakedepends="perl-Template-Toolkit gperf perl-Path-Tiny
pysolfc python3-pysol_cards python3-random2 python3-six"
configure_args="-DFCS_WITH_TEST_SUITE=OFF"
short_desc="Automatically solves layouts of Freecell and similar variants of solitaire"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://fc-solve.shlomifish.org/"
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
checksum=cc8671d315e69f6b16fc52ee9fe7515671dcc286ce871b2c13347e1afcfbdd39
post_install() {
vlicense COPYING.txt
}
libfreecell-solver_package() {
pkg_install() {
vmove "usr/lib/*.so*"
}
}
libfreecell-solver-devel_package() {
depends="libfreecell-solver>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}

1
srcpkgs/libfreecell-solver Symbolic link
View file

@ -0,0 +1 @@
freecell-solver

View file

@ -0,0 +1 @@
freecell-solver