https://github.com/ickc/pandoc-arm
experimental prebuilt pandoc binaries for Raspberry Pi 4
https://github.com/ickc/pandoc-arm
Last synced: about 1 year ago
JSON representation
experimental prebuilt pandoc binaries for Raspberry Pi 4
- Host: GitHub
- URL: https://github.com/ickc/pandoc-arm
- Owner: ickc
- Created: 2019-09-19T07:34:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T04:49:20.000Z (over 6 years ago)
- Last Synced: 2025-03-31T08:43:59.400Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pandoc-arm
experimental precompiled pandoc binaries for Raspberry Pi 4
# Security
Unlike the official pandoc executables or those in pandoc-nightly, this is not compiled on a cloud but a local RPi. It could potentially has security problem since who knows what was injected in the code.
I tried compiling pandoc and pandoc-citeproc on 2 different RPi and they have identical sha256sum. i.e. it satisfies reproducibility.
So the simple practice here is to provide the executable with its checksum, together with the dependencies (TODO: is ghc, cabal/stack version enough? How about LLVM?). In principle, other people can verify the same executable can be reproduced using an independent setup.