diff --git a/common/shlibs b/common/shlibs index 2610c5ffa59..b2270907b71 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3070,3 +3070,4 @@ libKF5IdentityManagement.so.5 kidentitymanagement-17.12.0_1 libKChart.so.2 kdiagram-2.6.0_1 libKGantt.so.2 kdiagram-2.6.0_1 libscrypt.so.0 libscrypt-1.21_1 +libzuluplay.so.1.1 zuluplay-1.1_1 diff --git a/srcpkgs/zuluplay-devel b/srcpkgs/zuluplay-devel new file mode 120000 index 00000000000..b059d793ee5 --- /dev/null +++ b/srcpkgs/zuluplay-devel @@ -0,0 +1 @@ +zuluplay \ No newline at end of file diff --git a/srcpkgs/zuluplay/template b/srcpkgs/zuluplay/template new file mode 100644 index 00000000000..dc84ce98578 --- /dev/null +++ b/srcpkgs/zuluplay/template @@ -0,0 +1,23 @@ +# Template file for 'zuluplay' +pkgname=zuluplay +version=1.1 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="device-mapper-devel libgcrypt-devel" +short_desc="Zulucrypt's fork of tcplay" +maintainer="Piraty " +license="GPL-3" +homepage="https://github.com/mhogomchungu/zuluplay" +distfiles="https://github.com/mhogomchungu/${pkgname}/archive/${version}.tar.gz" +checksum=4223fea60bd470b122dac7722d726785219c0e0a886f492ab4c0699c14ffd70d + +zuluplay-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + } +}