Skip to content

Commit

Permalink
New package: parpd-1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ArsenArsen committed Oct 3, 2021
1 parent c3b70c5 commit 23307e7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcpkgs/parpd/files/parpd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# see parpd.conf(5)
3 changes: 3 additions & 0 deletions srcpkgs/parpd/files/parpd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec parpd ${OPTS:=-fl} 1>&2
20 changes: 20 additions & 0 deletions srcpkgs/parpd/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'parpd'
pkgname=parpd
version=1.7
revision=1
build_style=gnu-makefile
make_install_args="BINDIR=/usr/bin"
short_desc="RFC 1027 compliant Proxy ARP Daemon"
maintainer="Arsen Arsenović <arsen@aarsen.me>"
license="BSD-2-Clause"
homepage="https://roy.marples.name/projects/parpd/"
distfiles="https://roy.marples.name/downloads/parpd/parpd-${version}.tar.xz"
checksum=f1f2ed753243b86205922ab0ec1cd0f426779e6b8c273206f0568e819a3fe3b4
conf_files=/etc/parpd.conf

post_install() {
vsv parpd
vlicense LICENSE

vconf "${FILESDIR}/parpd.conf"
}

0 comments on commit 23307e7

Please sign in to comment.