mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Add slop package (#13609)
This commit is contained in:
6
manifest/armv7l/s/slop.filelist
Normal file
6
manifest/armv7l/s/slop.filelist
Normal file
@@ -0,0 +1,6 @@
|
||||
# Total size: 219815
|
||||
/usr/local/bin/slop
|
||||
/usr/local/include/slop.hpp
|
||||
/usr/local/lib/libslopy.so
|
||||
/usr/local/lib/libslopy.so.7.7
|
||||
/usr/local/share/man/man1/slop.1.zst
|
||||
6
manifest/x86_64/s/slop.filelist
Normal file
6
manifest/x86_64/s/slop.filelist
Normal file
@@ -0,0 +1,6 @@
|
||||
# Total size: 326319
|
||||
/usr/local/bin/slop
|
||||
/usr/local/include/slop.hpp
|
||||
/usr/local/lib64/libslopy.so
|
||||
/usr/local/lib64/libslopy.so.7.7
|
||||
/usr/local/share/man/man1/slop.1.zst
|
||||
30
packages/slop.rb
Normal file
30
packages/slop.rb
Normal file
@@ -0,0 +1,30 @@
|
||||
require 'buildsystems/cmake'
|
||||
|
||||
class Slop < CMake
|
||||
description 'slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout.'
|
||||
homepage 'https://github.com/naelstrof/slop'
|
||||
version '7.7'
|
||||
license 'GPL-3'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/naelstrof/slop.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'cfd1ed7d3816b99f60a6ef3f3123d5ba47be373058b323e8ba4209467b45e1c4',
|
||||
armv7l: 'cfd1ed7d3816b99f60a6ef3f3123d5ba47be373058b323e8ba4209467b45e1c4',
|
||||
x86_64: '07bc9eab905361ffe881aa8cfd7e3349ab2fa7b33be850b31f676a54d9e66e33'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'glew'
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'glm'
|
||||
depends_on 'icu4c' # R
|
||||
depends_on 'libglu' # R
|
||||
depends_on 'libglvnd' # R
|
||||
depends_on 'libx11'
|
||||
depends_on 'libxext' # R
|
||||
depends_on 'libxrender' # R
|
||||
depends_on 'mesa_utils' # R
|
||||
end
|
||||
@@ -8920,6 +8920,11 @@ url: https://github.com/sleuthkit/sleuthkit/releases
|
||||
activity: medium
|
||||
---
|
||||
kind: url
|
||||
name: slop
|
||||
url: https://github.com/naelstrof/slop/releases
|
||||
activity: low
|
||||
---
|
||||
kind: url
|
||||
name: sluice
|
||||
url: http://kernel.ubuntu.com/~cking/tarballs/sluice
|
||||
activity: medium
|
||||
|
||||
Reference in New Issue
Block a user