https://github.com/eddelbuettel/pkg-aws-checksums
(Unofficial) Debian packaging for AWS CRC32c and CRC32 C interface
https://github.com/eddelbuettel/pkg-aws-checksums
Last synced: about 1 month ago
JSON representation
(Unofficial) Debian packaging for AWS CRC32c and CRC32 C interface
- Host: GitHub
- URL: https://github.com/eddelbuettel/pkg-aws-checksums
- Owner: eddelbuettel
- Created: 2020-02-16T14:01:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T13:24:25.000Z (over 4 years ago)
- Last Synced: 2025-01-16T02:52:52.874Z (3 months ago)
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - eddelbuettel/pkg-aws-checksums - (Unofficial) Debian packaging for AWS CRC32c and CRC32 C interface (C)
README
## Minimally viable unofficial Debian packaging for the AWS Checksums
Taken as a complete snapshot on 2020-02-15 at sha1 519d6d9 from
https://github.com/awslabs/aws-checksumsUpdated 2020-07-09 with release 0.1.7 sha1 d700597
Updated 2020-10-29 with release 0.1.9 sha1 8e1a84c### Changes
No changes made other than
- downloading / copying all files _as is_ into `pkg/`
- addition of debian/ directory for unofficial / informal Debian packaging
- addition of this README.md to document the changes### Usage
Create yourself a `.orig.tar.gz` and use it with `dpkg-buildpackage` as for example via
```sh
tar cvz --exclude=.git --exclude=debian --file aws-checksums_0.1.9.orig.tar.gz pkg
cd pkg && dpkg-buildpackage -rfakeroot -us -uc -tc
```which will create the `.deb` package you can install, the related
changes, dsc, ... files (which you can ignore), not sign them and run
`make clean` at the end.### Copyright
All the actual upstream code in this repository is copyrighted by
Amazon as stated in the their repository, and licensed under Apache-2.0.The Debian packaging is copyright Dirk Eddelbuettel and GPL'ed as usual.