fontconfig-penultimate: 0.2 -> 0.2.1
Added package metadata, including license.
This commit is contained in:
parent
98624f4afc
commit
7299db431a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
let version = "0.2"; in
|
let version = "0.2.1"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "fontconfig-penultimate-${version}";
|
name = "fontconfig-penultimate-${version}";
|
||||||
|
|
||||||
@ -8,11 +8,19 @@ stdenv.mkDerivation {
|
|||||||
owner = "ttuegel";
|
owner = "ttuegel";
|
||||||
repo = "fontconfig-penultimate";
|
repo = "fontconfig-penultimate";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "106sjfmxdn2cachgsg0ky3wi676x6nd14y5fcl16n82kghi3d9yf";
|
sha256 = "14arpalmpn7ig2myxslk4jdg6lm0cnmwsxy7zl0j7yr417k1kprf";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/etc/fonts/conf.d
|
mkdir -p $out/etc/fonts/conf.d
|
||||||
cp *.conf $out/etc/fonts/conf.d
|
cp *.conf $out/etc/fonts/conf.d
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = https://github.com/ttuegel/fontconfig-penultimate;
|
||||||
|
description = "Sensible defaults for Fontconfig";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = [ maintainers.ttuegel ];
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user