mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/bitwise/bitwise.mk
Normal file
14
package/bitwise/bitwise.mk
Normal 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))
|
||||
Reference in New Issue
Block a user