Package Details: bamtools-git 2.5.2.r4.g2bd8699-1

Git Clone URL: https://aur.archlinux.org/bamtools-git.git (read-only, click to copy)
Package Base: bamtools-git
Description: C++ API & command-line toolkit for working with BAM data
Upstream URL: https://github.com/pezmaster31/bamtools
Licenses: MIT
Conflicts: bamtools
Provides: bamtools
Submitter: benwbooth
Maintainer: a821
Last Packager: a821
Votes: 1
Popularity: 0.000000
First Submitted: 2011-06-06 18:43 (UTC)
Last Updated: 2023-10-18 14:02 (UTC)

Latest Comments

mbq commented on 2021-08-01 18:46 (UTC)

Apparently broken in the package phase; this works for me

package() {
  cd "$srcdir/$_gitname-build/build"
  make DESTDIR=$pkgdir install
}