summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 641c234d75f69d15e1ac619b4da89ecd3dc0b7fe (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: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: yaa110 <yaa110@gmail.com>

pkgname=nomino-bin
_pkgname="${pkgname%-bin}"
pkgver=1.2.2
pkgrel=1
pkgdesc='Batch rename utility for developers'
arch=('x86_64')
url="https://github.com/yaa110/nomino"
license=('Apache' 'MIT')
depends=('gcc-libs')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=('LICENSE')
source_x86_64=("$_pkgname-$pkgver-x86_64::$url/releases/download/$pkgver/$_pkgname-linux-64bit")
sha256sums=('c61849f2f67590dc6e6a865e273accfd56a337ae29bc30c93ecaf50bc7bab77f')
sha256sums_x86_64=('67dfa6de30efee0eaa935a8151e40002951dd13fbbd77f131c839cf431af411d')

package() {
	install -D "$_pkgname-$pkgver-$CARCH" "$pkgdir/usr/bin/$_pkgname"
	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}