description="Utility for determining the type of a given file or files."
url="ftp://ftp.fu-berlin.de/unix/tools/file/"

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

name=file
version=5.46
release=2

source=(https://astron.com/pub/$name/$name-$version.tar.gz)

build() {
  cd $name-$version

  ./configure --prefix=/usr

  make

  make check

  make DESTDIR=$PKG install
}
