contrib/ebook-tools/Pkgfile

20 lines
475 B
Plaintext

# Description: Ebook tools
# URL: http://ebook-tools.sourceforge.net/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libzip libxml2
name=ebook-tools
version=0.2.2
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cmake -S$name-$version -Bbuild \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
DESTDIR=$PKG cmake --install build
rm $PKG/usr/bin/lit2epub
}