mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
freecell-solver: update to 5.12.0.
This commit is contained in:
parent
4d693b4fbb
commit
375e6356c4
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'freecell-solver'
|
# Template file for 'freecell-solver'
|
||||||
pkgname=freecell-solver
|
pkgname=freecell-solver
|
||||||
version=5.10.0
|
version=5.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DFCS_WITH_TEST_SUITE=OFF"
|
||||||
hostmakedepends="perl-Template-Toolkit gperf perl-Path-Tiny
|
hostmakedepends="perl-Template-Toolkit gperf perl-Path-Tiny
|
||||||
pysolfc python3-pysol_cards python3-random2 python3-six"
|
pysolfc python3-pysol_cards python3-random2 python3-six"
|
||||||
configure_args="-DFCS_WITH_TEST_SUITE=OFF"
|
short_desc="Automatically solves Freecell and similar variants of solitaire"
|
||||||
short_desc="Automatically solves layouts of Freecell and similar variants of solitaire"
|
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://fc-solve.shlomifish.org/"
|
homepage="https://fc-solve.shlomifish.org/"
|
||||||
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
||||||
checksum=cc8671d315e69f6b16fc52ee9fe7515671dcc286ce871b2c13347e1afcfbdd39
|
checksum=2579b89a1d4b42308f64e3d97511dede84ccc7137af8c674b094cbf4eaf1d6db
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.txt
|
vlicense COPYING.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue