summaryrefslogtreecommitdiff
path: root/minicom
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-10-30 10:43:43 +0000
committerTim Biermann <tbier@posteo.de>2022-10-30 10:43:43 +0000
commit682d64907f9e37ce649c3b63f1d8baa2c5b964ca (patch)
treec7b08f47b4dfe84752d08fdbefcb720d71d54256 /minicom
parent7efad234dcded42b36cc13b0c65dffe47a2f74d5 (diff)
downloadcontrib-682d64907f9e37ce649c3b63f1d8baa2c5b964ca.tar.gz
contrib-682d64907f9e37ce649c3b63f1d8baa2c5b964ca.tar.xz
minicom: initial commit, version 2.8
Diffstat (limited to 'minicom')
-rw-r--r--minicom/.footprint15
-rw-r--r--minicom/.signature5
-rw-r--r--minicom/Pkgfile21
3 files changed, 41 insertions, 0 deletions
diff --git a/minicom/.footprint b/minicom/.footprint
new file mode 100644
index 000000000..2513684f4
--- /dev/null
+++ b/minicom/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/minirc.dfl
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ascii-xfr
+-rwxr-xr-x root/root usr/bin/minicom
+-rwxr-xr-x root/root usr/bin/runscript
+-rwxr-xr-x root/root usr/bin/xminicom
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/ascii-xfr.1.gz
+-rw-r--r-- root/root usr/share/man/man1/minicom.1.gz
+-rw-r--r-- root/root usr/share/man/man1/runscript.1.gz
+-rw-r--r-- root/root usr/share/man/man1/xminicom.1.gz
diff --git a/minicom/.signature b/minicom/.signature
new file mode 100644
index 000000000..73cb6f674
--- /dev/null
+++ b/minicom/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF35Y42Xz1jRDgRkgqC7pHzWQA1Mxk+77uds2DsyddTooa7JTdy0+s8zyuBlX2o+twlKIzrJma6sKMAIaId45EtAk=
+SHA256 (Pkgfile) = 0354a7b00e83316e753fe3cacd6153818549cddd2a97074525a00b7d3b612213
+SHA256 (.footprint) = 9faf184dc04f5f83ea84713f18b422d73ca274d187a0565226e6f987cef46213
+SHA256 (minicom-2.8.tar.gz) = 9e8dee8e7e1f6d6115d0e1955da5b801e44b91289f6b3e320842949488d4b22f
diff --git a/minicom/Pkgfile b/minicom/Pkgfile
new file mode 100644
index 000000000..c1f6c0573
--- /dev/null
+++ b/minicom/Pkgfile
@@ -0,0 +1,21 @@
+# Description: A serial communication program
+# URL: https://salsa.debian.org/minicom-team/minicom
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=minicom
+version=2.8
+release=1
+source=(https://salsa.debian.org/minicom-team/minicom/-/archive/$version/minicom-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-nls
+ make
+ make DESTDIR=$PKG install
+
+ install -Dm644 doc/minirc.dfl $PKG/etc/minirc.dfl
+}

Generated by cgit