libxdg-basedir: fix indent lints, add license

This commit is contained in:
Michael Gehring 2017-07-16 15:16:07 +00:00
parent b12c2a6f32
commit 4f820e29fc
1 changed files with 6 additions and 2 deletions

View File

@ -11,12 +11,16 @@ license="MIT"
distfiles="http://pkgs.fedoraproject.org/lookaside/pkgs/${pkgname}/${pkgname}-${version}.tar.gz/027aaf1495f6ffa4b5a563b511d5d3f3/${pkgname}-${version}.tar.gz"
checksum=dbabd6967130a443003eef8d5df46e518e7c929c56fc0aab6caa135508b874ce
post_install() {
vlicense COPYING
}
libxdg-basedir-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}