Note from developer : grv
is currently an alias used by oh-my-zsh. Add unalias grv
to the end of your .zshrc
to invoke GRV.
Search Criteria
Package Details: grv-git v0.2.0.r11.g7ed2346-1
Git Clone URL: | https://aur.archlinux.org/grv-git.git (read-only, click to copy) |
---|---|
Package Base: | grv-git |
Description: | terminal interface for viewing git repositories |
Upstream URL: | https://github.com/rgburke/grv |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | NeodarZ |
Maintainer: | NeodarZ |
Last Packager: | NeodarZ |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-18 15:27 |
Last Updated: | 2018-07-10 22:40 |
Dependencies (9)
- http-parser (http-parser-git)
- readline (readline-athame-git, readline-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- make (make3, make-git, make-without-guile) (make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
Required by (0)
Sources (1)
Latest Comments
NeodarZ commented on 2018-07-10 19:40
willemw commented on 2018-04-02 15:59
@NeodarZ: I.e. packages from the core "repository". No problem supporting i686, however, officially only x86_64 is supported.
NeodarZ commented on 2018-04-02 11:08
@willemw
Packages from core should not be included.
Where is the package ? I didn't find it in core...
Arch is now: arch=('x86_64').
Ok but there is no problem that the PKGBUILD have support of i686.
Checking grv-git-v0.1.3.r23.g77433ac-1-x86_64.pkg.tar.xz
grv-git E: GPL-3.0 is not a common license (it's not in /usr/share/licenses/common/)
Yes ! Sorry, package fixed !
Thanks for the infos :)
willemw commented on 2018-04-02 06:45
Packages from core should not be included.
Arch is now: arch=('x86_64').
Checking grv-git-v0.1.3.r23.g77433ac-1-x86_64.pkg.tar.xz
grv-git E: GPL-3.0 is not a common license (it's not in /usr/share/licenses/common/)
NeodarZ commented on 2018-04-01 23:32
@bbc @bobsaintcool @iboyperson Sorry for the response time.
@bobsaintcool Hmm... Good idea, done. And I have also added some other programs as makedepends.
@bbc and @iboyperson Hmm... Strange. I can compile it on a fresh Anarchy Linux install...
bcc commented on 2018-02-01 06:24
Doesn't compile
CMake Error at /usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake:52 (message): The C compiler
"/usr/bin/cc"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /tmp/makepkg/grv-git/src/src/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/CMakeFiles/CMakeTmp
bobsaintcool commented on 2018-01-31 22:31
@NeodarZ you may consider adding git as makedepend so one can you it to clone the source ;)
iboyperson commented on 2018-01-31 02:54
I recieve a build error when attempting to build.
cc: error: main.version=v0.1.0-1-gf62bc68: No such file or directory cc: error: main.headOid=f62bc68: No such file or directory cc: error: main.buildDateTime=2018-01-30 19:50:55 MST: No such file or directory cc: error: unrecognized command line option ‘-X’ cc: error: unrecognized command line option ‘-X’ cc: error: unrecognized command line option ‘-X’
NeodarZ commented on 2017-11-23 22:36
@willemw Ok thanks, I replaced "$(pwd)/" with "$srcdir/".
willemw commented on 2017-11-21 09:51
"$(pwd)/" can be replaced by "" or "$srcdir/".
Pinned Comments
NeodarZ commented on 2018-07-10 19:40
Note from developer :
grv
is currently an alias used by oh-my-zsh. Addunalias grv
to the end of your.zshrc
to invoke GRV.