# HG changeset patch # User Paul Issott # Date 1468606220 -3600 # Node ID 5cc3d87b40f94b1c762e135b0d119257918ecddd # Parent b87cb7a0f8902fc04294acdb28c2f932f5d55b27 Add kilo diff -r b87cb7a0f890 -r 5cc3d87b40f9 kilo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kilo/receipt Fri Jul 15 19:10:20 2016 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="kilo" +VERSION="15072016" +CATEGORY="office" +SHORT_DESC="A text editor in less than 1000 LOC with syntax highlight and search." +MAINTAINER="paul@slitaz.org" +LICENSE="BSD" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="https://github.com/antirez/kilo" +WGET_URL="git|git://github.com/antirez/kilo" + +#DEPENDS="" +BUILD_DEPENDS="git bzip2" + +# Rules to configure and make the package. +compile_rules() +{ + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/$PACKAGE $fs/usr/bin +} +