Files
xmake-repo/packages/l/lae_allocator/xmake.lua

16 lines
378 B
Lua
Raw Normal View History

package("lae_allocator")
set_kind("library")
set_description("Allocator abstraction library")
set_homepage("https://laentropia-homelab.tail7368da.ts.net/laentropia/Allocator")
add_urls("https://laentropia-homelab.tail7368da.ts.net/laentropia/Allocator.git")
add_versions("1.0.0", "v1.0.0")
on_install(function(package)
import("package.tools.xmake").install(package)
end)