Package Details: bosh 0.6-2

Git Clone URL: https://aur.archlinux.org/bosh.git (read-only, click to copy)
Package Base: bosh
Description: Browsable Output SHell
Upstream URL: http://bosh.sourceforge.net/
Licenses: GPL2
Submitter: uffe
Maintainer: uffe
Last Packager: uffe
Votes: 1
Popularity: 0.000000
First Submitted: 2014-03-14 22:04 (UTC)
Last Updated: 2016-11-07 08:02 (UTC)

Latest Comments

<deleted-account> commented on 2016-11-06 18:04 (UTC)

The current PKGBUILD has *many* issues. The following will work well: pkgname=bosh pkgver=0.6 pkgrel=2 pkgdesc="Browsable Output SHell" arch=('i686' 'x86_64') url="http://bosh.sourceforge.net/" license=('GPL2') depends=('ncurses') source=("http://sourceforge.net/projects/bosh/files/bosh/bosh%200.6/bosh-0.6.tar.gz/download") md5sums=('975ef183ed4d2314186b1f2705d57c65') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }

j1simon commented on 2016-05-02 10:51 (UTC)

Error: Packages (1) bosh-0.6-2 Total Installed Size: 0.04 MiB :: Proceed with installation? [Y/n] (1/1) checking keys in keyring [######################] 100% (1/1) checking package integrity [######################] 100% (1/1) loading package files [######################] 100% (1/1) checking for file conflicts [######################] 100% error: failed to commit transaction (conflicting files) bosh: /usr/local/share/man exists in filesystem Errors occurred, no packages were upgraded.