19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'subjack'
|
|
pkgname=subjack
|
|
version=2.1
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/haccer/subjack"
|
|
hostmakedepends="git"
|
|
short_desc="Subdomain takeover tool"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/haccer/subjack"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=0047348b947cb46709bd089ee672cc8f2d7ac3805a93043306c484bfcc9c6e65
|
|
broken="missing go.mod"
|
|
|
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
|
broken="src/github.com/valyala/fasthttp/round2_32.go:25:10: undefined: math"
|
|
fi
|