summary refs log tree commit diff
path: root/def/a/libarchive
blob: da655631bd732739234929f5350b83b71e7b2ebf (plain) (blame)
1
2
3
4
5
6
7
8
pkgname=libarchive
version=3.4.0
distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.gz"

post_install() {
  ln -s bsdtar ${DESTDIR}/usr/bin/tar
  ln -s bsdcpio ${DESTDIR}/usr/bin/cpio
}