Package Details: abduco-git 0.6.27.g8f80aa8-1

Git Clone URL: https://aur.archlinux.org/abduco-git.git (read-only, click to copy)
Package Base: abduco-git
Description: A session management and attach/detach functionality (to use together with dvtm(1)).
Upstream URL: http://www.brain-dump.org/projects/abduco/
Licenses: BSD
Conflicts: abduco
Provides: abduco
Submitter: aksr
Maintainer: aksr
Last Packager: aksr
Votes: 4
Popularity: 0.000000
First Submitted: 2014-03-15 15:37 (UTC)
Last Updated: 2019-02-03 09:52 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

aksr commented on 2019-02-03 09:53 (UTC)

haawda: Thanks, updated.

haawda commented on 2018-11-09 06:04 (UTC) (edited on 2018-11-09 06:06 (UTC) by haawda)

more beautyful pkgver function:

pkgver() {
  cd $pkgname
  printf "%s" "$(git describe | cut -c2-|tr - .)" 
}

Will need an epoch, though.

haawda commented on 2018-09-22 10:13 (UTC)

Why doesn't this package provide 'abduco'?

audunsu commented on 2017-08-11 15:49 (UTC)

As of commit 66a17ed03d2c44be5e5a80931e4f2bd5c363e090 abduco uses a configure script. Variables such as MANPREFIX are no longer set by default in config.mk and therefore 'make install' fails. A temporary fix is to add the following prepare function manually to the PKGBUILD: --- snippet begin --- prepare() { cd $srcdir/$pkgname ./configure } --- snippet end ---

szabba commented on 2014-09-27 08:17 (UTC)

*one of my machines

szabba commented on 2014-09-26 21:36 (UTC)

On both my machines it fails to download the sources from the specified URL. It works when I change the URL schema to git+http://