[arch-commits] Commit in fbdump/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:51:26 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:51:26
  Author: felixonmars
Revision: 659885

archrelease: copy trunk to community-staging-x86_64

Added:
  fbdump/repos/community-staging-x86_64/
  fbdump/repos/community-staging-x86_64/PKGBUILD
    (from rev 659884, fbdump/trunk/PKGBUILD)

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

Copied: fbdump/repos/community-staging-x86_64/PKGBUILD (from rev 659884, fbdump/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:51:26 UTC (rev 659885)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=fbdump
+pkgver=0.4.2
+pkgrel=6
+pkgdesc="captures the contents of the visible portion of the Linux framebuffer to stdout"
+arch=('x86_64')
+url="https://www.rcdrummond.net/fbdump/"
+license=("GPL")
+depends=('glibc')
+source=("https://www.rcdrummond.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('85ae97c0800a2caf2b04ad7764e3915b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list