hstr: install manpage

gstqt5
Matthieu Coudron 2020-06-24 00:17:05 +02:00
parent 4cdd64d907
commit dde159fd98
1 changed files with 1 additions and 9 deletions

View File

@ -15,15 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ readline ncurses gettext ];
configurePhase = ''
autoreconf -fvi
./configure
'';
installPhase = ''
mkdir -p $out/bin/
mv src/hstr $out/bin/
'';
configureFlags = [ "--prefix=$(out)" ];
meta = {
homepage = "https://github.com/dvorka/hstr";