blob: 3fa2da1b666278de2aeb1fd6258448d77d0db6cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
description="Lightweight and powerfull package manager system."
packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
url=http://www.nhopkg.org/
depends=(bash grep bzip2 gzip)
name=nhopkg
version=0.5.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$name-${version%.*}/$name-$version.tar.bz2)
includes=(autotools)
|