summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 741ad20f83e434f0d0bf49a5ca847a43def189dd (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.16
source=(sane-fmt-5c548c76da835aa3897f6d0443dda626054d8866::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.16/sane-fmt-x86_64-unknown-linux-gnu https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md)
_checksum=5c548c76da835aa3897f6d0443dda626054d8866
# 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
}