[notify] pandoc-citeproc-bin: dropped as it was integrated into pandoc-bin

This commit is contained in:
Tim Biermann 2020-10-12 15:24:05 +00:00
parent ece1b627dd
commit cd3cd231cb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 27 deletions

View File

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

View File

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

View File

@ -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
}