# Maintainer: Kewl # Maintainer: Adam Nielsen pkgname='etc-update' pkgdesc="CLI to interactively merge .pacnew in /etc" pkgver=2.3.59 pkgrel=1 arch=('any') url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update" license=('GPL') depends=('bash') makedepends=('git') source=("https://github.com/gentoo/portage/archive/portage-${pkgver}.tar.gz") md5sums=('26b4437e3b398dbbe8f5e61922708875') package() { install -Dm 0755 "portage-portage-${pkgver}/bin/${pkgname}" "$pkgdir/usr/bin/${pkgname}" install -Dm 0644 "portage-portage-${pkgver}/cnf/${pkgname}.conf" "$pkgdir/etc/${pkgname}.conf" }