run=(openssh)

description="Free version of the SSH connectivity tools - Server"
url="http://www.openssh.org/"

packager="Grat-OS Team"
maintainer="Grat-OS Team"

name=openssh-server
version=9.6p1
release=1

grat_os_version=1.0-RC1
source=(https://repo.grat-os.fr/files/grat-os-${grat_os_version}.tar.xz)

build() {
  cd grat-os-${grat_os_version}

  make DESTDIR=$PKG install-sshd
}
