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

Filipe Laíns ffy00 at archlinux.org
Sat Mar 28 19:13:42 UTC 2020


    Date: Saturday, March 28, 2020 @ 19:13:42
  Author: ffy00
Revision: 605445

archrelease: copy trunk to community-x86_64

Added:
  flterm/repos/community-x86_64/
  flterm/repos/community-x86_64/PKGBUILD
    (from rev 605444, flterm/trunk/PKGBUILD)

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

Copied: flterm/repos/community-x86_64/PKGBUILD (from rev 605444, flterm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-03-28 19:13:42 UTC (rev 605445)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=flterm
+pkgver=2.4
+pkgrel=1
+pkgdesc='Tool for loading data over serial'
+arch=('x86_64')
+url='https://github.com/timvideos/flterm'
+license=('GPL3')
+makedepends=('git')
+source=("git+$url.git?tag=v$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  export PREFIX='/usr'
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list