kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b5fbf63fc6f73f88045f5a75fa2fddecb385d717
parent 8bff8223426262c3d27aa208c9fa08206ee4e718
Author: aabacchus <bvnfuller@gmail.com>
Date:   Sun, 21 Feb 2021 14:34:51 +0000

deleted pdfcpu, miktex doesn't work

Diffstat:
Amiktex~/build | 5+++++
Amiktex~/checksums | 1+
Amiktex~/depends | 17+++++++++++++++++
Amiktex~/sources | 1+
Amiktex~/version | 1+
Dpdfcpu/build | 12------------
Dpdfcpu/checksums | 1-
Dpdfcpu/depends | 1-
Dpdfcpu/sources | 1-
Dpdfcpu/version | 1-
10 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/miktex~/build b/miktex~/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +cmake . +make +make DESTDIR=$1 install diff --git a/miktex~/checksums b/miktex~/checksums @@ -0,0 +1 @@ +9a4e133a2d46d652bb5afe909bb5ee8dc949c3af85166705068dbee91e6228a7 diff --git a/miktex~/depends b/miktex~/depends @@ -0,0 +1,17 @@ +cmake +bzip2 +cairo +expat +fontconfig +fribidi +gmp +harfbuzz-icu +icu +mpfr +libressl +pixman +libpng +poppler +popt +potrace +zziplib diff --git a/miktex~/sources b/miktex~/sources @@ -0,0 +1 @@ +https://miktex.org/download/ctan/systems/win32/miktex/source/miktex-20.12.tar.xz diff --git a/miktex~/version b/miktex~/version @@ -0,0 +1 @@ +20.12 1 diff --git a/pdfcpu/build b/pdfcpu/build @@ -1,12 +0,0 @@ -#!/bin/sh -e - -export GOPATH="$PWD/go" -export GO111MODULE=on - -cd cmd/pdfcpu - -go build \ - -modcacherw \ - -trimpath - -install -Dm755 pdfcpu "$1/usr/bin/pdfcpu" diff --git a/pdfcpu/checksums b/pdfcpu/checksums @@ -1 +0,0 @@ -8391671f4135a90e0b25ac9b24c3fe0750caee15b0e5c9e5f1912855fdf313a5 diff --git a/pdfcpu/depends b/pdfcpu/depends @@ -1 +0,0 @@ -go make diff --git a/pdfcpu/sources b/pdfcpu/sources @@ -1 +0,0 @@ -https://github.com/pdfcpu/pdfcpu/archive/v0.3.9.tar.gz diff --git a/pdfcpu/version b/pdfcpu/version @@ -1 +0,0 @@ -0.3.9 1