# Maintainer: Reotip Fur pkgname=css-docs pkgver=2.5 pkgrel=1 pkgdesc="Set of CSS and HTML documentation." arch=('any') url="https://reotip.alwaysdata.net/" license=('GPL') options=('docs') source=('https://reotip.alwaysdata.net/css2.tgz') md5sums=('54c0b613d825d8425476a6f7ee0821c5') package(){ rm ${srcdir}/css2.tgz install -d ${pkgdir}/usr/share/doc/css/css2 cp -a ${srcdir}/* ${pkgdir}/usr/share/doc/css/css2/ }