diff options
-rw-r--r-- | groups.d/221.native_packages_dev.d/yasm.package | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/groups.d/221.native_packages_dev.d/yasm.package b/groups.d/221.native_packages_dev.d/yasm.package new file mode 100644 index 00000000..a146ae29 --- /dev/null +++ b/groups.d/221.native_packages_dev.d/yasm.package @@ -0,0 +1,7 @@ +: ${PKG_YASM_SHA256SUM:=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f}; +: ${PKG_YASM_VERSION:=1.3.0}; +: ${PKG_YASM_URL:=https://github.com/yasm/yasm/releases/download/v${PKG_YASM_VERSION}/yasm-${PKG_YASM_VERSION}.tar.gz}; + +ex_pkg_register "yasm" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 |