spotsnel / alpine-zssh

install zssh in alpine linux
0 stars 0 forks source link

Add packaging #1

Open gbraad opened 1 year ago

gbraad commented 1 year ago

For:

gbraad commented 1 year ago
# Contributor:
# Maintainer:
pkgname="zssh"
pkgver="1.5c"
pkgrel=0
pkgdesc=""
url="https://zssh.sf.net"
arch="all"
license=""
depends=""
makedepends=""
checkdepends=""                                                                
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/"

build() {
        # Replace with proper build command(s)
        :
}

check() {
        # Replace with proper check command(s)
        :
}

package() {
        # Replace with proper package command(s)
        :
}

http://downloads.sourceforge.net/zssh/zssh-1.5c.tar.gz