# Maintainer: Hoàng Văn Khải # This file is automatically generated. Do not edit. pkgname=sane-fmt-bin pkgver=0.3.4 source=(sane-fmt-2b4fd59c1bdf28ffd1cfa7803574fcf63b2b4c02::https://github.com/sane-fmt/sane-fmt/releases/download/0.3.4/sane-fmt-x86_64-unknown-linux-gnu https://raw.githubusercontent.com/sane-fmt/sane-fmt/master/LICENSE.md) _checksum=2b4fd59c1bdf28ffd1cfa7803574fcf63b2b4c02 # This PKGBUILD is not a full PKGBUILD # pkgname, pkgver, source, and sha1sums are to be generated pkgdesc='Opinionated code formatter for TypeScript and JavaScript' pkgrel=0 arch=(x86_64) license=(MIT) url='https://github.com/sane-fmt/sane-fmt' conflicts=(sane-fmt) sha1sums=($_checksum SKIP) package() { install -Dm755 sane-fmt-$_checksum "$pkgdir"/usr/bin/sane-fmt install -Dm644 LICENSE.md "$pkgdir"/usr/share/"$pkgname"/LICENSE.md }