Package Details: boxes-git 304-1

Git Clone URL: https://aur.archlinux.org/boxes-git.git (read-only, click to copy)
Package Base: boxes-git
Description: Text mode box and comment drawing filter
Upstream URL: http://boxes.thomasjensen.com/
Licenses: GPL2
Conflicts: boxes
Submitter: stitran
Maintainer: stitran
Last Packager: stitran
Votes: 0
Popularity: 0.000000
First Submitted: 2017-01-16 12:41 (UTC)
Last Updated: 2017-10-06 11:42 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

sandalswallow commented on 2021-07-07 11:56 (UTC)

this what i did to get latest git version and to get successfuly build.
change echo "$(git rev-list --count HEAD)" to git describe --long --tags | sed 's/^[v-]//;s/([^-]*-g)/r\1/;s/-/./g' in pkgver() section to get correct git version.
change install -D -m 755 src/boxes $pkgdir/usr/bin/boxes to install -D -m 755 out/boxes $pkgdir/usr/bin/boxes in package() section.

dreieck commented on 2021-05-03 14:00 (UTC)

Can you add provides=("boxes") and conflicts=("boxes")?
And if you could add upstream's notion of package version into pkgver(), then make the provides-entry in the form provides=("boxes=${pkgver}")?

Thanks for maintaining!

dreieck commented on 2021-05-03 13:58 (UTC)

Fails to package():

==> Starting package()...
install: cannot stat 'src/boxes': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

Thanks for maintaining!