Search Criteria
Package Details: boxes-git 304-1
Package Actions
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: | None |
Last Packager: | stitran |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-16 12:41 (UTC) |
Last Updated: | 2017-10-06 11:42 (UTC) |
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)"
togit 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
toinstall -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")
andconflicts=("boxes")
?And if you could add upstream's notion of package version into
pkgver()
, then make theprovides
-entry in the formprovides=("boxes=${pkgver}")
?Thanks for maintaining!
dreieck commented on 2021-05-03 13:58 (UTC)
Fails to
package()
:Thanks for maintaining!