diff --git a/srcpkgs/qt5-styleplugins-devel b/srcpkgs/qt5-styleplugins-devel
new file mode 120000
index 00000000000..473bc14dafb
--- /dev/null
+++ b/srcpkgs/qt5-styleplugins-devel
@@ -0,0 +1 @@
+qt5-styleplugins
\ No newline at end of file
diff --git a/srcpkgs/qt5-styleplugins/template b/srcpkgs/qt5-styleplugins/template
new file mode 100644
index 00000000000..d2b15db3cfa
--- /dev/null
+++ b/srcpkgs/qt5-styleplugins/template
@@ -0,0 +1,26 @@
+# Template file for 'qt5-styleplugins'
+pkgname=qt5-styleplugins
+version=5.0.0
+revision=1
+_gitrev=600c296f4d429ffeb8203feb54efeacc2bbea0f7
+wrksrc="qtstyleplugins-${_gitrev}"
+build_style=qmake
+hostmakedepends="pkg-config qt5-host-tools qt5-devel"
+makedepends="libxcb-devel libxkbcommon-devel libinput-devel tslib-devel gtk+-devel qt5-devel"
+short_desc="Additional style plugins for Qt5"
+maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
+license="GPL-3"
+homepage="https://github.com/qt/qtstyleplugins"
+distfiles="https://github.com/qt/qtstyleplugins/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=193a196bd6428378b081ae0fe5aadbfb0ad909986a836f9c187093f33030a81b
+
+# Cross builds fail with -fuse-ld=gold
+LDFLAGS="-Wl,-fuse-ld=bfd"
+
+qt5-styleplugins-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/lib/cmake
+	}
+}