# Template file for 'proftpd' pkgname=proftpd version=1.3.7a revision=1 build_style=gnu-configure makedepends="libcap-devel" short_desc="Highly configurable GPL-licensed FTP server software" maintainer="John " license="GPL-3.0-or-later" homepage="http://www.proftpd.org/" changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES" distfiles="https://github.com/proftpd/proftpd/archive/v${version}.tar.gz" checksum=8b7bbf9757988935352d9dec5ebf96b6a1e6b63a6cdac2e93202ac6c42c4cd96 conf_files="/etc/proftpd.conf" proftpd-devel_package() { short_desc+=" - development files" depends="proftpd>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig } }