blob: 7dfcb7187ae57b3f1a2cf65d937d65953e174009 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-mappy
pkgdesc = Python interface to minimap2, a fast and accurate C program to align genomic and transcribe nucleotide sequences
pkgver = 2.31
pkgrel = 1
url = https://github.com/lh3/minimap2
arch = x86_64
license = MIT
makedepends = python-setuptools
makedepends = cython
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python
depends = minimap2
depends = zlib
depends = glibc
options = !emptydirs
source = minimap2-2.31.tar.gz::https://github.com/lh3/minimap2/archive/refs/tags/v2.31.tar.gz
sha256sums = bff334a0e4512644e2f3e29944aeec408f49450f4f74dc39fe89e5273869255b
pkgname = python-mappy
|