pkgsrc/archivers/R-zip/Makefile
mef 47c5bbff39 (archivers/R-zip) Updated 2.1.1 to 2.2.0
# 2.2.0

* Header values (of version made by and external attributes) are now
  correctly read and written on big-endian systems (#68).

* `zip_list()` now also returns `crc32` and `offset` (#74, @jefferis).
2021-08-30 01:14:59 +00:00

14 lines
309 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/08/30 01:14:59 mef Exp $
R_PKGNAME= zip
R_PKGVER= 2.2.0
CATEGORIES= archivers
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Cross-platform 'zip' compression
LICENSE= cc0-1.0-universal
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"