milis/talimatname/genel/w/websocketd/talimat

17 lines
510 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Inetd gibi ama WebSockets için. STDIO/STDOUT kullanan herhangi bir uygulamayı bir WebSocket sunucusuna çevirin.
# URL: https://github.com/joewalnes/websocketd
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: ağ
isim=websocketd
surum=0.2.12
devir=1
kaynak=(https://github.com/joewalnes/websocketd/releases/download/v${surum}/websocketd-${surum}-linux_amd64.zip)
derle() {
install -Dm755 "${isim}" "${PKG}/usr/bin/${isim}"
install -Dm644 LICENSE "${PKG}/usr/share/licenses/${isim}/LICENSE"
}