diff options
Diffstat (limited to 'groups.d/251.native_packages_lib.d/twolame.package')
-rw-r--r-- | groups.d/251.native_packages_lib.d/twolame.package | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/groups.d/251.native_packages_lib.d/twolame.package b/groups.d/251.native_packages_lib.d/twolame.package new file mode 100644 index 00000000..10a6186c --- /dev/null +++ b/groups.d/251.native_packages_lib.d/twolame.package @@ -0,0 +1,8 @@ +: ${PKG_TWOLAME_DEPENDS:="libsndfile"}; +: ${PKG_TWOLAME_SHA256SUM:=cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d}; +: ${PKG_TWOLAME_VERSION:=0.4.0}; +: ${PKG_TWOLAME_URL:=https://github.com/njh/twolame/releases/download/${PKG_TWOLAME_VERSION}/twolame-${PKG_TWOLAME_VERSION}.tar.gz}; + +ex_pkg_register "twolame" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 |