2013-12-02 21:53:53 +00:00
|
|
|
{ stdenv, fetchgit, ruby, rake, rubygems, makeWrapper, ncursesw_sup
|
2013-10-12 23:38:52 +01:00
|
|
|
, xapian_ruby, gpgme, libiconvOrEmpty, mime_types, chronic, trollop, lockfile
|
|
|
|
, gettext, iconv, locale, text, highline, rmail_sup, unicode, gnupg, which }:
|
2013-05-26 09:07:28 +01:00
|
|
|
|
2013-10-12 23:38:52 +01:00
|
|
|
stdenv.mkDerivation rec {
|
2014-03-12 17:25:14 +00:00
|
|
|
version = "20140312";
|
2013-10-12 23:38:52 +01:00
|
|
|
name = "sup-${version}";
|
2013-05-26 09:07:28 +01:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
homepage = http://supmua.org;
|
|
|
|
description = "A curses threads-with-tags style email client";
|
|
|
|
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
|
|
|
|
license = stdenv.lib.licenses.gpl2;
|
|
|
|
platforms = stdenv.lib.platforms.unix;
|
|
|
|
};
|
|
|
|
|
|
|
|
dontStrip = true;
|
|
|
|
|
2013-12-02 21:53:53 +00:00
|
|
|
src = fetchgit {
|
|
|
|
url = git://github.com/sup-heliotrope/sup.git;
|
2014-03-12 17:25:14 +00:00
|
|
|
rev = "0cad7b308237c07b8a46149908b2ad4806ac3d1d";
|
|
|
|
sha256 = "83534b6ad9fb6aa883d630c927e3a71bd09a646e3254b4eb0cc7a09f69a525bc";
|
2013-05-26 09:07:28 +01:00
|
|
|
};
|
|
|
|
|
2013-06-12 03:24:04 +01:00
|
|
|
buildInputs =
|
2013-06-20 01:09:15 +01:00
|
|
|
[ ruby rake rubygems makeWrapper gpgme ncursesw_sup xapian_ruby
|
2013-06-13 05:21:20 +01:00
|
|
|
libiconvOrEmpty ];
|
2013-05-26 09:07:28 +01:00
|
|
|
|
|
|
|
buildPhase = "rake gem";
|
|
|
|
|
|
|
|
installPhase = ''
|
|
|
|
export HOME=$TMP/home; mkdir -pv "$HOME"
|
2013-06-12 03:24:04 +01:00
|
|
|
|
|
|
|
GEM_PATH="$GEM_PATH:$out/${ruby.gemPath}"
|
2013-06-14 09:06:14 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${chronic}/${ruby.gemPath}"
|
|
|
|
GEM_PATH="$GEM_PATH:${gettext}/${ruby.gemPath}"
|
2013-06-15 12:02:57 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${gpgme}/${ruby.gemPath}"
|
2013-10-12 23:38:52 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${highline}/${ruby.gemPath}"
|
2013-06-14 09:06:14 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${iconv}/${ruby.gemPath}"
|
2013-06-15 12:02:57 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${locale}/${ruby.gemPath}"
|
|
|
|
GEM_PATH="$GEM_PATH:${lockfile}/${ruby.gemPath}"
|
|
|
|
GEM_PATH="$GEM_PATH:${mime_types}/${ruby.gemPath}"
|
|
|
|
GEM_PATH="$GEM_PATH:${ncursesw_sup}/${ruby.gemPath}"
|
2013-10-12 23:38:52 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${rmail_sup}/${ruby.gemPath}"
|
2013-06-15 12:02:57 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${text}/${ruby.gemPath}"
|
|
|
|
GEM_PATH="$GEM_PATH:${trollop}/${ruby.gemPath}"
|
2013-10-12 23:38:52 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${unicode}/${ruby.gemPath}"
|
2013-06-20 01:09:15 +01:00
|
|
|
GEM_PATH="$GEM_PATH:${xapian_ruby}/${ruby.gemPath}"
|
2013-06-12 03:24:04 +01:00
|
|
|
|
|
|
|
# Don't install some dependencies -- we have already installed
|
2013-06-14 09:06:14 +01:00
|
|
|
# the dependencies but gem doesn't acknowledge this
|
2013-05-26 09:07:28 +01:00
|
|
|
gem install --no-verbose --install-dir "$out/${ruby.gemPath}" \
|
2013-06-12 03:24:04 +01:00
|
|
|
--bindir "$out/bin" --no-rdoc --no-ri pkg/sup-999.gem \
|
|
|
|
--ignore-dependencies
|
2013-05-26 09:07:28 +01:00
|
|
|
|
2013-10-12 23:38:52 +01:00
|
|
|
# specify ruby interpreter explicitly
|
|
|
|
sed -i '1 s|^.*$|#!${ruby}/bin/ruby|' bin/sup-sync-back-maildir
|
|
|
|
|
|
|
|
cp bin/sup-sync-back-maildir "$out"/bin
|
|
|
|
|
2013-05-26 09:07:28 +01:00
|
|
|
for prog in $out/bin/*; do
|
2013-10-12 23:38:52 +01:00
|
|
|
wrapProgram "$prog" --prefix GEM_PATH : "$GEM_PATH" --prefix PATH : "${gnupg}/bin:${which}/bin"
|
2013-05-26 09:07:28 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
for prog in $out/gems/*/bin/*; do
|
|
|
|
[[ -e "$out/bin/$(basename $prog)" ]]
|
|
|
|
done
|
|
|
|
'';
|
|
|
|
}
|