#!/bin/bashDEPS=(glibcncursespcre2)PKG_VER=590SOURCE=https://www.greenwoodsoftware.com/less/less-$PKG_VER.tar.gz
DESC="A terminal based program for viewing text files"
build(){./configure--prefix=/usr--sysconfdir=/etc
make
}
package(){makeDESTDIR=$PKG_DESTinstall}