summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7bedaabb830009a448bcc1d765f8ffcb8f744624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>

# This file is automatically generated. Do not edit.

pkgname=sane-fmt-bin
pkgver=0.2.32
source=(sane-fmt-0c7d5e3d1e90d0d4dead46e5ae7e207a71436055::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.32/sane-fmt-x86_64-unknown-linux-gnu https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md)
_checksum=0c7d5e3d1e90d0d4dead46e5ae7e207a71436055
# 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/KSXGitHub/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
}