Добавить configer.json

This commit is contained in:
lain 2025-02-04 11:39:55 +00:00
parent 5d7169a084
commit f35beaff00

12
configer.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "hello",
"version": "1.3.3.7",
"source": "",
"checksum": "othertime",
"dependencies": [],
"build": [
"./configure",
"make",
"make install"
]
}