pkgname="ffmt-bin" fullpkgname="FFXIV_Modding_Tool-linux" pkgver="0.9.8" pkgrel="2" pkgdesc="FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding." arch=('i686' 'x86_64') options=('staticlibs') url="https://ffmt.pwd.cat/docs/" license=("GNU General Public License v3.0") depends=("dotnet-runtime") source=("https://github.com/fosspill/FFXIV_Modding_Tool/releases/download/v${pkgver}/FFXIV_Modding_Tool-linux-${pkgver}.zip") sha256sums=("37a9b02c08de7daccd7e10e11991fadb2b85927e1a6fa3affccdc42e7f509c19") package() { cd $srcdir install -dm755 ${fullpkgname}/ffmt "${pkgdir}/opt/ffmt" cp -r ${fullpkgname}/ffmt/* "${pkgdir}/opt/ffmt/" install -Dm755 ${fullpkgname}/ffmt.sh "${pkgdir}/usr/bin/ffmt" }