void-packages/srcpkgs/subjack/template

18 lines
554 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
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="src/github.com/valyala/fasthttp/round2_32.go:25:10: undefined: math"
fi