Update 2023-02-25 20:17 OpenBSD/amd64
This commit is contained in:
parent
75fab8053a
commit
eaf9fb040c
@ -1,6 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
|
||||||
local LINKDIR="$HOME/.cache/mu/results"
|
local LINKDIR="$HOME/.cache/mu/results"
|
||||||
mu find --clearlinks --format=links --linksdir=$LINKDIR "$@"
|
mu find --clearlinks --format=links --linksdir=$LINKDIR "$@" \
|
||||||
mutt -F $HOME/.mutt/rc-account-private -f $LINKDIR
|
&& mutt -F $HOME/.mutt/rc-account-private -f $LINKDIR
|
||||||
rm -rf $LINKDIR;
|
rm -rf $LINKDIR;
|
||||||
|
@ -14,7 +14,7 @@ export LLVM_CCACHE_DIR="/var/ccache"
|
|||||||
export CMAKE_CXX_COMPILER_LAUNCHER="ccache"
|
export CMAKE_CXX_COMPILER_LAUNCHER="ccache"
|
||||||
export CMAKE_C_COMPILER_LAUNCHER="ccache"
|
export CMAKE_C_COMPILER_LAUNCHER="ccache"
|
||||||
|
|
||||||
FLAGS="-fno-ret-protector -mno-retpoline -march=native"
|
FLAGS="-fno-stack-protector -fno-ret-protector -mno-retpoline -march=native"
|
||||||
export CC="/opt/ccache/bin/cc $FLAGS"
|
export CC="/opt/ccache/bin/cc $FLAGS"
|
||||||
export CXX="/opt/ccache/bin/c++ $FLAGS"
|
export CXX="/opt/ccache/bin/c++ $FLAGS"
|
||||||
|
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
|
|
||||||
cd /usr/ports/$1
|
cd /usr/ports/$1
|
||||||
|
|
||||||
make show="COMMENT FULLPKGNAME MAINTAINER HOMEPAGE" \
|
make show="COMMENT FULLPKGNAME HOMEPAGE MASTER_SITES MAINTAINER DESCR" \
|
||||||
| tr -s " " \
|
| tr -s " " \
|
||||||
| awk 'NR == 1 { print "COMMENT: "$0 } \
|
| awk 'NR == 1 { print " COMMENT: "$0 } \
|
||||||
NR == 2 { print "DISTNAME: "$0 } \
|
NR == 2 { print " DISTNAME: "$0 } \
|
||||||
NR == 3 { print "MAINTAINER: "$0 } \
|
NR == 3 { print " HOMEPAGE: "$0 } \
|
||||||
NR == 4 { print "HOMEPAGE: "$0 }'
|
NR == 4 { print "MASTER_SITES: "$0 } \
|
||||||
echo
|
NR == 5 { print " MAINTAINER: "$0 } \
|
||||||
echo DESCRIPTION:
|
NR == 6 { print "DESCRIPTION: "; system("/bin/cat " $0); }'
|
||||||
cat pkg/DESCR*
|
|
||||||
echo
|
|
||||||
|
@ -72,8 +72,8 @@ settings.window.search_engines.default = settings.window.search_engines.duckd
|
|||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
-- Add adblock
|
-- Add adblock
|
||||||
-- local adblock = require "adblock"
|
local adblock = require "adblock"
|
||||||
-- local adblock_chrome = require "adblock_chrome"
|
local adblock_chrome = require "adblock_chrome"
|
||||||
|
|
||||||
-- Enable Developer Tools
|
-- Enable Developer Tools
|
||||||
local webinspector = require "webinspector"
|
local webinspector = require "webinspector"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/ksh
|
#!/bin/ksh
|
||||||
printf "MU Seach: "
|
printf "MU Seach: "
|
||||||
read -r term
|
read -r REPLY
|
||||||
|
|
||||||
mu find --clearlinks --format=links --linksdir=~/.cache/mu/results $term
|
mu find --clearlinks --format=links --linksdir=~/.cache/mu/results "${REPLY}"
|
||||||
|
6
.stalonetrayrc
Normal file
6
.stalonetrayrc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
icon_size 16
|
||||||
|
geometry 6x1
|
||||||
|
background "#121212"
|
||||||
|
grow_gravity W
|
||||||
|
icon_gravity E
|
||||||
|
parent_bg true
|
Loading…
Reference in New Issue
Block a user