Search Criteria
Package Details: bitwise v0.41-1
Git Clone URL: | https://aur.archlinux.org/bitwise.git (read-only, click to copy) |
---|---|
Package Base: | bitwise |
Description: | Terminal based bitwise calculator in curses |
Upstream URL: | https://github.com/mellowcandle/bitwise |
Keywords: | bitops calculator ncurses terminal |
Licenses: | |
Provides: | |
Submitter: | stdcall |
Maintainer: | stdcall |
Last Packager: | stdcall |
Votes: | 4 |
Popularity: | 0.000211 |
First Submitted: | 2019-04-21 18:04 |
Last Updated: | 2019-12-18 15:45 |
Latest Comments
ArchLinuxAURUser commented on 2020-10-11 01:35
Need to remove the 'v' character in 'pkgver=' in PKGBUILD to comply with standards.
sekret commented on 2019-07-11 20:01
The package contains two files: the executable and the manpage. The executable is definitely binary!!
$ file /usr/bin/bitwise
/usr/bin/bitwise: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=730fa6d054b18dd88bb9edc33f97999c5456e2e5, for GNU/Linux 3.2.0, stripped
If you try to install this package on e.g. archlinux32 or on archlinuxarm, it won't work. Packages with arch=('any') run on every platform, which this package clearly doesn't.
stdcall commented on 2019-06-17 14:56
Hey @sekret First, Thanks ! The package compiles natively on the machine, it does not include binary files.
sekret commented on 2019-06-17 14:52
Hi, thanks for sharing this nice little program!
You shouldn't use arch=("any"), because the package contains binary files. Better to chose arch=("x86_64").