Initial commit, setting up only allocator
This commit is contained in:
15
packages/a/lae_allocator/xmake.lua
Normal file
15
packages/a/lae_allocator/xmake.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
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", "278973a006")
|
||||
|
||||
on_install(function(package)
|
||||
import("package.tools.xmake").install(package)
|
||||
end)
|
||||
Reference in New Issue
Block a user