mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/txt2regex: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ee4992d41
commit
bb201ae903
2 changed files with 1 additions and 4 deletions
|
@ -15,9 +15,6 @@ TAG=${TAG:-_SBo}
|
|||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
ARCH=noarch
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="txt2regex"
|
||||
VERSION="0.9"
|
||||
HOMEPAGE="http://aurelio.net/projects/txt2regex/"
|
||||
HOMEPAGE="https://aurelio.net/projects/txt2regex/"
|
||||
DOWNLOAD="https://github.com/aureliojargas/txt2regex/archive/v0.9/txt2regex-0.9.tar.gz"
|
||||
MD5SUM="7066adc50e55300f5bcad276cf65b852"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue