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: GPL3
Conflicts: grv
Provides: grv
Submitter: brodokk
Maintainer: brodokk
Last Packager: brodokk
Votes: 5
Popularity: 0.000000
First Submitted: 2017-11-18 15:27 (UTC)
Last Updated: 2018-07-10 22:40 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Pinned Comments

brodokk commented on 2018-07-10 19:40 (UTC)

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.

Latest Comments

brodokk commented on 2018-07-10 19:40 (UTC)

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.

willemw commented on 2018-04-02 15:59 (UTC)

@NeodarZ: I.e. packages from the core "repository". No problem supporting i686, however, officially only x86_64 is supported.

brodokk commented on 2018-04-02 11:08 (UTC) (edited on 2018-04-02 11:40 (UTC) by brodokk)

@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 (UTC)

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/)

brodokk commented on 2018-04-01 23:32 (UTC)

@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 (UTC)

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 (UTC)

@NeodarZ you may consider adding git as makedepend so one can you it to clone the source ;)

tjquillan commented on 2018-01-31 02:54 (UTC)

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’

brodokk commented on 2017-11-23 22:36 (UTC)

@willemw Ok thanks, I replaced "$(pwd)/" with "$srcdir/".

willemw commented on 2017-11-21 09:51 (UTC)

"$(pwd)/" can be replaced by "" or "$srcdir/".