# Maintainer: Lev Levitsky pkgname=xidel pkgver=0.9.9.20230617.8842.e14a96920e01 pkgrel=1 pkgdesc='A command line tool to download and extract data from html/xml pages' arch=('x86_64') url='http://videlibri.sourceforge.net/xidel.html' license=('GPL') optdepends=('openssl: for HTTPS connections') depends=('glibc') source=("${pkgname}-${pkgver}.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20development/xidel-${pkgver}.linux64.tar.gz/download") sha1sums=('7f686e25b45059790c1f5aab289293b15754d844') package() { cd "${srcdir}" install -D xidel "${pkgdir}/usr/bin/xidel" }