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:
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