blob: 6afdbdf6f6f93e07a6bb7241f6968f9ab924ed68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = mingw-w64-primesieve
pkgdesc = Fast prime number generator (mingw-w64)
pkgver = 12.6
pkgrel = 1
url = https://github.com/kimwalisch/primesieve
arch = any
license = BSD
makedepends = mingw-w64-cmake
depends = mingw-w64-crt
options = !buildflags
options = !strip
options = staticlibs
source = https://github.com/kimwalisch/primesieve/archive/v12.6.tar.gz
sha256sums = 677c1c5046e666a25e6248f3242c0b27a09953f2775fc4507e4a017a47059345
pkgname = mingw-w64-primesieve
|