diff --git a/pandoc-citeproc-bin/.footprint b/pandoc-citeproc-bin/.footprint deleted file mode 100644 index 929cb5554..000000000 --- a/pandoc-citeproc-bin/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pandoc-citeproc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/pandoc-citeproc.1.gz diff --git a/pandoc-citeproc-bin/.signature b/pandoc-citeproc-bin/.signature deleted file mode 100644 index 0e853483f..000000000 --- a/pandoc-citeproc-bin/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33N/bSIOzAf6/xKmAX0XyL9waeX2stBgbml4aRu8cj/QfQIi1Dpi91qCRVU5m+KTWz1tYCVc45Ul2xyqpvjtAQE= -SHA256 (Pkgfile) = e086cf37b94faffc2b26e2979654205117f84a28423131478a7387ee20a103b0 -SHA256 (.footprint) = 361c58bf3273687e84e06fc76133f2dbe313e932337b98a18dc0c3cd38cd094d -SHA256 (pandoc-2.10.1-linux-amd64.tar.gz) = a3ab481ad53f5568d7ec5263fbdd3478fb320d13b5d61a92fb5cee410186bd86 diff --git a/pandoc-citeproc-bin/Pkgfile b/pandoc-citeproc-bin/Pkgfile deleted file mode 100644 index 9a8c28cf5..000000000 --- a/pandoc-citeproc-bin/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Pandoc Cite Processor - "Bin"-Edition -# URL: https://hackage.haskell.org/package/pandoc-citeproc -# Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: pandoc-bin - -name=pandoc-citeproc-bin -version=2.10.1 -release=1 -source=(https://github.com/jgm/pandoc/releases/download/$version/pandoc-${version}-linux-amd64.tar.gz) - -build() { - rm -f pandoc-$version/{bin/pandoc,share/man/man1/pandoc.1.gz} - mkdir $PKG/usr - cp -R pandoc-$version/{bin,share} $PKG/usr -}