marathi-cursive: 1.2 -> 2.0

This commit is contained in:
Mathnerd314 2020-05-15 17:47:33 -06:00
parent 82263944a7
commit 49436a7613

View file

@ -1,21 +1,19 @@
{ lib, fetchzip, p7zip }: { lib, fetchzip }:
let let
version = "1.2"; version = "2.0";
in fetchzip rec { in fetchzip rec {
name = "marathi-cursive-${version}"; name = "marathi-cursive-${version}";
url = "https://github.com/MihailJP/MarathiCursive/releases/download/${version}/MarathiCursive-${version}.7z"; url = "https://github.com/MihailJP/MarathiCursive/releases/download/v${version}/MarathiCursive-${version}.tar.xz";
postFetch = '' postFetch = ''
${p7zip}/bin/7z x $downloadedFile tar -xJf $downloadedFile --strip-components=1
cd MarathiCursive
install -m444 -Dt $out/share/fonts/marathi-cursive *.otf *.ttf install -m444 -Dt $out/share/fonts/marathi-cursive *.otf *.ttf
install -m444 -Dt $out/share/doc/${name} README *.txt install -m444 -Dt $out/share/doc/${name} README *.txt
''; '';
sha256 = "0wq4w79x8r5w6ikm9amcmapf0jcdgifs9zf1pbnw3fk4ncz5s551"; sha256 = "17pj60ajnjghxhxka8a046mz6vfwr79wnby7xd6pg5hgncin2hgg";
meta = with lib; { meta = with lib; {
homepage = "https://github.com/MihailJP/MarathiCursive"; homepage = "https://github.com/MihailJP/MarathiCursive";