glib2: use internal pcre2
[feed/packages.git] / admin / bottom / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2023 Luca Barbato
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=bottom
8 PKG_VERSION:=0.9.4
9 PKG_RELEASE:=1
10
11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
12 PKG_SOURCE_URL:=https://codeload.github.com/ClementTsang/bottom/tar.gz/$(PKG_VERSION)?
13 PKG_HASH:=199123ef354bcabaa8a2e3b7b477b324f5b647d503a2599d08296733846eea6e
14
15 PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
16 PKG_LICENSE:=MIT
17 PKG_LICENSE_FILES:=LICENSE
18
19 PKG_BUILD_DEPENDS:=rust/host
20 PKG_BUILD_PARALLEL:=1
21
22 include $(INCLUDE_DIR)/package.mk
23 include ../../lang/rust/rust-package.mk
24
25 define Package/bottom
26 SECTION:=admin
27 CATEGORY:=Administration
28 TITLE:=Interactive processes viewer
29 DEPENDS:=$(RUST_ARCH_DEPENDS)
30 URL:=https://github.com/ClementTsang/bottom
31 endef
32
33 define Package/bottom/description
34 A customizable cross-platform graphical process/system monitor
35 for the terminal.
36 endef
37
38 $(eval $(call RustBinPackage,bottom))
39 $(eval $(call BuildPackage,bottom))