[arch-commits] Commit in etc-update/repos (community-any community-any/PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sat Sep 4 14:33:44 UTC 2021


    Date: Saturday, September 4, 2021 @ 14:33:44
  Author: alex19ep
Revision: 1011281

archrelease: copy trunk to community-any

Added:
  etc-update/repos/community-any/
  etc-update/repos/community-any/PKGBUILD
    (from rev 1011280, etc-update/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: etc-update/repos/community-any/PKGBUILD (from rev 1011280, etc-update/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-09-04 14:33:44 UTC (rev 1011281)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Kewl <xrjy at nygb.rh.bet(rot13)>
+# Contributor: Adam Nielsen <malvineous at shikadi.net>
+
+pkgname='etc-update'
+pkgdesc="CLI to interactively merge .pacnew configuration files"
+pkgver=2.3.99
+pkgrel=2
+arch=('any')
+url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
+license=('GPL')
+depends=('bash')
+makedepends=('git')
+optdepends=('dialog: for the menu mode')
+backup=("etc/etc-update.conf")
+source=("https://github.com/gentoo/portage/archive/portage-${pkgver}.tar.gz")
+sha512sums=('aa5f955c191106855bc802e6991e51c309ee6727b8a2cb57ab4ca28f48e1f7959a718b54b0b60e22559c436d370da8c1847ddfdc09b3ed823cde8d688be015f6')
+b2sums=('25065893dff649d6380a6e6debc6461c015e225811f26dbe994a572a4434feee241ac9b22f48cadd0f5071e6d76f1a69f7607e36e108e7a244c5795e5e6dd9f6')
+
+package() {
+	cd portage-portage-${pkgver}
+	install -vDm755 bin/${pkgname} -t "${pkgdir}/usr/bin"
+	install -vDm644 cnf/${pkgname}.conf -t "${pkgdir}/etc"
+	install -vDm644 man/${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
+}



More information about the arch-commits mailing list