LINKDING
Login
Shared bookmarks
Sort by
Added ↑
Added ↓
Title ↑
Title ↓
Apply
Tags
Swift Program Distribution with Homebrew - NSHipster
#brew
#deployment
#distribution
#homebrew
#swift
|
<blockquote>prefix ?= /usr/local bindir = $(prefix)/bin libdir = $(prefix)/lib build: swift build -c release --disable-sandbox install: build install -d "$(bindir)" "$(libdir)" install ".build/release/swift-syntax-highlight" "$(bindir)" install ".build/release/libSwiftSyntax.dylib" "$(libdir)" install_name_tool -change \ ".build/x86_64-apple-macosx10.10/release/libSwiftSyntax.dylib" \ "$(libdir)/libSwiftSyntax.dylib" \ "$(bindir)/swift-syntax-highlight" uninstall: rm -rf "$(bindir...
2 years ago
|
View
Shared by
ttscoff
Maintain your own Homebrew repository, with binary bottles · Jonathan Chang
#bottle
#homebrew
#tap
|
<blockquote>How to maintain a third-party Homebrew repository (tap) with binary packages (bottles) on Linux (with Docker) and older macOS versions (with VirtualBox)</blockquote>
2 years ago
|
View
Shared by
ttscoff
Cakebrew
#blogit
#brew
#homebrew
#osx
|
If you use homebrew (brew) to install utilities, this is a great little UI for installing, updating and managing your collection.
10 years ago
|
View
Shared by
ttscoff
Previous
1
Next
User
Everyone
ttscoff
Apply
Tags
-homebrew
b
logit
bottle
brew
d
eployment
distribution
o
sx
s
wift
t
ap