mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
primecount: update to 7.19.
This commit is contained in:
parent
36153d73e1
commit
f14912cbc0
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'primecount'
|
||||
pkgname=primecount
|
||||
version=7.17
|
||||
version=7.19
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTS=ON -DBUILD_LIBPRIMESIEVE=OFF
|
||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
|||
homepage="https://github.com/kimwalisch/primecount/"
|
||||
changelog="https://raw.githubusercontent.com/kimwalisch/primecount/master/ChangeLog"
|
||||
distfiles="https://github.com/kimwalisch/primecount/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=f42abde9cdf133d66ef20296c871e7326ee9bf7a026de5885be6cb8b18affcb7
|
||||
checksum=0ecb63282c02e3056707671b3d6c5bdb783b64a33c911f0fd4abe6e79e9f8a34
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -23,6 +23,7 @@ primecount-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue