kiss-repo

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

commit 6b45da42d0c242859f9eec9e1a13c11c6491cadb
parent e7cee9b709c70dd666cb6e8cf79dc042e312b30e
Author: aabacchus <bvnfuller@gmail.com>
Date:   Thu, 18 Feb 2021 11:22:17 +0000

pdfcpu: new package at 0.3.9

Diffstat:
Apdfcpu/build | 12++++++++++++
Apdfcpu/checksums | 1+
Apdfcpu/depends | 1+
Apdfcpu/sources | 1+
Apdfcpu/version | 1+
5 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/pdfcpu/build b/pdfcpu/build @@ -0,0 +1,12 @@ +#!/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 @@ -0,0 +1 @@ +8391671f4135a90e0b25ac9b24c3fe0750caee15b0e5c9e5f1912855fdf313a5 diff --git a/pdfcpu/depends b/pdfcpu/depends @@ -0,0 +1 @@ +go make diff --git a/pdfcpu/sources b/pdfcpu/sources @@ -0,0 +1 @@ +https://github.com/pdfcpu/pdfcpu/archive/v0.3.9.tar.gz diff --git a/pdfcpu/version b/pdfcpu/version @@ -0,0 +1 @@ +0.3.9 1