summary refs log tree commit diff
path: root/def/a/gawk
blob: 664beadf3e7dd21c23925c89be196a811f3aa901 (plain) (blame)
1
2
3
4
5
6
7
pkgname=gawk
version=5.0.1
distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.xz"

post_install() {
  rm -rf ${DESTDIR}/usr/etc
}