chiark / gitweb /
(Naïvely) agree to maintain a couple packages
authorIain Nicol <git@iainnicol.com>
Sun, 15 Nov 2015 23:29:11 +0000 (23:29 +0000)
committerIain Nicol <git@iainnicol.com>
Sun, 15 Nov 2015 23:30:57 +0000 (23:30 +0000)
packages/pwgen/build.sh
packages/zile/build.sh

index 7b3a70fcc1cb317ef6b2afdbc5913571d02d93b1..b6a45b5880a8b1850fe7f3d433622d46cda3dcf0 100755 (executable)
@@ -1,4 +1,5 @@
 TERMUX_PKG_HOMEPAGE=http://pwgen.sourceforge.net/
 TERMUX_PKG_DESCRIPTION="Password generator which by default, unless given the '-s' option, generates memorable but insecure passwords"
 TERMUX_PKG_VERSION=2.07
+TERMUX_PKG_MAINTAINER=$(echo "Iain Nicol <git at iainnicol dot com>" | sed 's/\sat\s/@/' | sed 's/\sdot\s/./')
 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/pwgen/pwgen/${TERMUX_PKG_VERSION}/pwgen-${TERMUX_PKG_VERSION}.tar.gz
index 2d6b0617af8cd0298560e6fcd8a77b138d52c08f..4672df627881dc588190773da6c064012ba0cd29 100755 (executable)
@@ -1,6 +1,7 @@
 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/zile/
 TERMUX_PKG_DESCRIPTION="Lightweight clone of the Emacs text editor"
 TERMUX_PKG_VERSION=2.4.11
+TERMUX_PKG_MAINTAINER=$(echo "Iain Nicol <git at iainnicol dot com>" | sed 's/\sat\s/@/' | sed 's/\sdot\s/./')
 TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/zile/zile-${TERMUX_PKG_VERSION}.tar.gz
 TERMUX_PKG_DEPENDS="libgc, ncurses"
 TERMUX_PKG_BUILD_IN_SRC=yes