summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 09227033667ce7d8e92000ce0723c0fc648fd441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: curlpipe <11898833+curlpipe@users.noreply.github.com>
pkgname=ox-bin
_pkgname=${pkgname%-bin}
pkgver=0.7.7
pkgrel=1
pkgdesc="An independent Rust text editor that runs in your terminal!"
arch=(x86_64)
url="https://github.com/curlpipe/ox"
license=("GPLv2")
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("${url}/releases/download/${pkgver}/${_pkgname}")
sha256sums=("SKIP")

package() {
	install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
}