description="A tool to build the Great-OS distribution."
url="https://git.great-os.org/Great-OS/cards"

maintainer="Great-OS Team"
packager="Great-OS Team"

name=mybld
version=2.6.4
release=2

source=(https://repo.great-os.org/files/cards-$version.tar.gz)

build() {
  cd cards-$version

  make mybld
  make DESTDIR=$PKG install-mybld
}