librepo: add meta and add myself as a maintainer
This commit is contained in:
parent
9ec677867f
commit
df8971ba40
@ -20,5 +20,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# librepo/fastestmirror.h includes curl/curl.h, and pkg-config specfile refers to others in here
|
# librepo/fastestmirror.h includes curl/curl.h, and pkg-config specfile refers to others in here
|
||||||
propagatedBuildInputs = [ curl gpgme expat ];
|
propagatedBuildInputs = [ curl gpgme expat ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Library providing C and Python (libcURL like) API for downloading linux repository metadata and packages";
|
||||||
|
license = licenses.lgpl2Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user