This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# bitwise
#
################################################################################
BITWISE_VERSION = 0.41
BITWISE_SITE = https://github.com/mellowcandle/bitwise/releases/download/v$(BITWISE_VERSION)
BITWISE_SOURCE = bitwise-v$(BITWISE_VERSION).tar.gz
BITWISE_DEPENDENCIES = ncurses readline
BITWISE_LICENSE = GPL-3.0
BITWISE_LICENSE_FILES = COPYING
$(eval $(autotools-package))