Skip to content

Automatically build alist (FreeBSD version)

Notifications You must be signed in to change notification settings

heikj/alist-freebsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alist-freebsd

Automatically build alist (FreeBSD version)

It seems many people use this project as a template to build apps for FreeBSD.

Actually, in most situations, this will be not neccessary.

Only apps that requires cgo (like alist) are needed to use a native FreeBSD environment to build, as currently no reliable C cross-compiler for BSD platform exists.

If the app is written in pure Go (and has no cgo depenencies), you can simply using the go tool with GOOS=freebsd variable to build a FreeBSD binary.

About

Automatically build alist (FreeBSD version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%