Skip to content

Commit

Permalink
New package: lapce 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Dec 31, 2022
1 parent 8260933 commit 00c7f68
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions srcpkgs/lapce/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'lapce'
pkgname=lapce
version=0.2.5
revision=1
build_style=cargo
hostmakedepends="cargo pkg-config"
makedepends="fontconfig-devel gtk+3-devel openssl-devel atk-devel gdk-pixbuf-devel"
short_desc="Lightning-fast and Powerful Code Editor written in Rust"
maintainer="zenobit <zen@osowoso.xyz>"
license="Apache-2.0"
homepage="https://lapce.dev"
distfiles="https://github.com/lapce/lapce/archive/refs/tags/v${version}.tar.gz"
checksum=3b8357653eda77b2c85306ba9f7202e539987ada4a7b5be2018b142bb23be7e4

post_install() {
vinstall extra/linux/dev.lapce.lapce.desktop 0644 usr/share/applications/
vinstall extra/linux/dev.lapce.lapce.metainfo.xml 0644 usr/share/metainfo/
vinstall extra/images/logo.png 0644 usr/share/pixmaps/dev.lapce.lapce.png
}

0 comments on commit 00c7f68

Please sign in to comment.