[arch-commits] Commit in picocom/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 15:16:02 UTC 2020


    Date: Monday, May 25, 2020 @ 15:16:00
  Author: felixonmars
Revision: 634519

archrelease: copy trunk to community-x86_64

Added:
  picocom/repos/community-x86_64/PKGBUILD
    (from rev 634518, picocom/trunk/PKGBUILD)
Deleted:
  picocom/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:15:43 UTC (rev 634518)
+++ PKGBUILD	2020-05-25 15:16:00 UTC (rev 634519)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jens Adam <jra at byte.cx>
-
-pkgname=picocom
-pkgver=3.1
-pkgrel=1
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='https://github.com/npat-efault/picocom'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc')
-source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
-
-build() {
-  cd $pkgname
-  make UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
-  # install tmpfiles for lock files
-  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
-  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  echo "d /run/lock/$pkgname 0770 root uucp" \
-    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('SKIP')

Copied: picocom/repos/community-x86_64/PKGBUILD (from rev 634518, picocom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:16:00 UTC (rev 634519)
@@ -0,0 +1,32 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam <jra at byte.cx>
+
+pkgname=picocom
+pkgver=3.1
+pkgrel=2
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='https://github.com/npat-efault/picocom'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('git')
+depends=('glibc')
+source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
+
+build() {
+  cd $pkgname
+  make UUCP_LOCK_DIR=/run/lock/picocom
+}
+
+package() {
+  cd $pkgname
+  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
+  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
+  # install tmpfiles for lock files
+  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
+  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+  echo "d /run/lock/$pkgname 0770 root uucp" \
+    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')



More information about the arch-commits mailing list