Skip to content

Instantly share code, notes, and snippets.

@Duncaen
Created February 10, 2015 18:24
Show Gist options
  • Save Duncaen/13eceeffb5de1d1e02a2 to your computer and use it in GitHub Desktop.
Save Duncaen/13eceeffb5de1d1e02a2 to your computer and use it in GitHub Desktop.
stdin
# Template file for 'attica'
pkgname=attica-qt5
version=5.6.0
revision=2
wrksrc=${pkgname%-*}-${version}
build_style=cmake
hostmakedepends="cmake"
makedepends="qt5-devel extra-cmake-modules"
short_desc="A Qt library that implements the Open Collaboration Services API"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="https://projects.kde.org/projects/kdesupport/attica"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname%-*}-${version}.tar.xz"
checksum=00795347ddede9daabc84112c517b4c92ec387c38fd7460c93fc877ac57383e3
attica-qt5-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment