diff --git a/common/shlibs b/common/shlibs index da8b12690cb..512268d5030 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4245,3 +4245,4 @@ libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1 libplayerctl.so.2 playerctl-2.4.1_1 libwireplumber-0.4.so.0 wireplumber-0.4.14_1 +libjodycode.so.2 libjodycode-2.0.1_1 diff --git a/srcpkgs/libjodycode-devel b/srcpkgs/libjodycode-devel new file mode 120000 index 00000000000..038ea779ae6 --- /dev/null +++ b/srcpkgs/libjodycode-devel @@ -0,0 +1 @@ +libjodycode \ No newline at end of file diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template new file mode 100644 index 00000000000..64526610108 --- /dev/null +++ b/srcpkgs/libjodycode/template @@ -0,0 +1,26 @@ +# Template file for 'libjodycode' +pkgname=libjodycode +version=2.0.1 +revision=1 +build_style=gnu-makefile +make_use_env=yes +short_desc="Shared code used by several utilities written by Jody Bruchon" +maintainer="cinerea0 " +license="MIT" +homepage="https://github.com/jbruchon/libjodycode" +changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES" +distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz" +checksum=1fdd106ab4d90aa1c0a2546299144f62d18b90acada2d6ee25370c4907048927 + +post_install() { + vlicense LICENSE +} + +libjodycode-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.a" + } +}