vcal: 2.7 -> 2.8
This commit is contained in:
parent
914994276b
commit
ca143a4db6
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vcal-${version}";
|
name = "vcal-${version}";
|
||||||
version = "2.7";
|
version = "2.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://waynemorrison.com/software/vcal";
|
url = "http://waynemorrison.com/software/vcal";
|
||||||
sha256 = "0fknrlad7vb84ngh242xjaq96vkids85ksnxaflk2cr9wcwxfmix";
|
sha256 = "0jrm0jzqxb1xjp24hwbzlxsh22gjssay9gj4zszljzdm68r5afvc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ]; # for pod2man
|
nativeBuildInputs = [ perl ]; # for pod2man
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
substitute ${src} $out/bin/vcal \
|
substitute ${src} $out/bin/vcal \
|
||||||
--replace /usr/bin/perl ${perl}/bin/perl
|
--replace /usr/bin/perl ${perl}/bin/perl
|
||||||
chmod 0755 $out/bin/*
|
chmod 0755 $out/bin/*
|
||||||
pod2man -n vcal ${src} > $out/share/man/man1/vcal.1
|
pod2man --name=vcal --release=${version} ${src} > $out/share/man/man1/vcal.1
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Parser for VCalendar and ICalendar files, usable from the command line";
|
description = "Parser for VCalendar and ICalendar files, usable from the command line";
|
||||||
homepage = http://waynemorrison.com/software/;
|
homepage = http://waynemorrison.com/software/;
|
||||||
license = licenses.unfree; # "These are made publicly available for personal use."
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user