Compare commits
No commits in common. "10e533dd338f7b3271ccc7acce56eab5f23ae7df" and "40b744fa5893504d4da17b9bd8475e9a77935f85" have entirely different histories.
10e533dd33
...
40b744fa58
24
template
24
template
|
@ -1,24 +0,0 @@
|
||||||
pkgname=ip-lookup
|
|
||||||
version=1.2
|
|
||||||
revision=1
|
|
||||||
wrksrc="${pkgname}-${version}"
|
|
||||||
build_style=gnu-makefile
|
|
||||||
short_desc="An IP lookup tool"
|
|
||||||
maintainer="Rich <rich@bandaholics.cash>"
|
|
||||||
license="GPL-3.0-or-later"
|
|
||||||
homepage="https://git.deadzone.lol/Wizzard/ip-lookup"
|
|
||||||
hostmakedepends="git"
|
|
||||||
makedepends="libcurl-devel cJSON-devel"
|
|
||||||
do_fetch() {
|
|
||||||
git clone --depth 1 --branch "main" https://git.deadzone.lol/Wizzard/ip-lookup "${wrksrc}"
|
|
||||||
}
|
|
||||||
do_extract() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
do_build() {
|
|
||||||
make -C ${wrksrc} SRCDIR=${wrksrc}/src OBJDIR=${wrksrc}/bin
|
|
||||||
}
|
|
||||||
do_install() {
|
|
||||||
vbin ${wrksrc}/bin/ip-lookup
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue