milis/talimatname/genel/fifth/talimat

20 lines
396 B
Plaintext

# Description: Linux-exclusive browser that carries the best features from Opera
# URL: http://fifth-browser.sourceforge.net/
# Packager: milisarge
# Depends on: webkitfltk urlmatch physfs desktop-file-utils
name=fifth
version=0.4
release=1
source=()
build() {
git clone https://github.com/clbr/fifth.git
cd "${SRC}/${name}"
./autogen.sh
./configure
make
make install DESTDIR="${PKG}"
}