parent
9915b4ac1d
commit
8e8291bdee
1 changed files with 21 additions and 0 deletions
21
srcpkgs/amp/template
Normal file
21
srcpkgs/amp/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'amp'
|
||||||
|
pkgname=amp
|
||||||
|
version=0.3.3
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="cargo git python3 pkg-config cmake perl"
|
||||||
|
makedepends="libxcb-devel libressl-devel zlib-devel"
|
||||||
|
short_desc="A complete text editor for your terminal"
|
||||||
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/jmacdonald/amp"
|
||||||
|
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
||||||
|
checksum=8a77cf1cda4dd9485b3f49dfb9c8a738de60b4cb0ab5f97f674b9b78fd3cd313
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cargo build --release ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin target/release/${pkgname}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue