Search Criteria
Package Details: pup-git 1:0.4.0.r10.g681d7bb-1
Git Clone URL: | https://aur.archlinux.org/pup-git.git (read-only, click to copy) |
---|---|
Package Base: | pup-git |
Description: | Parsing HTML at the command line |
Upstream URL: | https://github.com/EricChiang/pup |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | awh |
Maintainer: | seiuneko |
Last Packager: | seiuneko |
Votes: | 15 |
Popularity: | 0.091143 |
First Submitted: | 2014-09-13 19:26 |
Last Updated: | 2021-01-08 11:45 |
Dependencies (2)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Required by (3)
- pwndb (requires pup)
- songtext-git (requires pup)
- tuxi-git (requires pup)
Latest Comments
1 2 Next › Last »
gesh commented on 2020-12-20 15:25
pup has been tagging their releases for six years now. recommend versioning by
gesh commented on 2019-10-10 12:36
Just noticed two patches ago the -p flag was removed from the install -Dm755 "$srcdir/$_gitname/$_gitname" "$pkgdir/usr/bin/$_gitname" line. Is this an error, or has it been checked as being unnecessary?
vicentereyes commented on 2019-10-05 13:47
Doesn't work since pup switched to go modules. Fortunately this simplifies the PKGBUILD a lot. This works now:
gesh commented on 2019-05-08 18:57
To avoid warnings of "references to $srcdir found", please follow https://wiki.archlinux.org/index.php/Go_package_guidelines#Flags_and_build_options and add the line export GOFLAGS=(-gcflags=all=-trimpath=${PWD} -asmflags=all=-trimpath=${PWD} -ldflags=-extldflags=-zrelro -ldflags=-extldflags=-znow) go get ... "${GOFLAGS[@]}" ... to the PKGBUILD
erkexzcx commented on 2019-05-08 15:11
Hi. Change architecture to 'any'. It also works on ARM, so should work on any architecture.
awh commented on 2018-05-22 23:36
updated
coderobe commented on 2018-05-11 17:17
The license is MIT, not GPL2.
Anonymous comment on 2017-01-29 03:56
I was able to build without mercurial.
awh commented on 2016-03-19 03:48
Pushed fix now. Thanks for letting me know.
matoro commented on 2016-03-18 22:47
PKGBUILD check() issue can be fixed by replacing GOPATH="$GOPATH:$srcdir" with GOPATH="$GOPATH${GOPATH+:}$srcdir" as per https://aur.archlinux.org/packages/the_platinum_searcher/