sent: 1
This commit is contained in:
parent
a6974c45d5
commit
1ad653c16a
5 changed files with 33 additions and 0 deletions
5
REPO
5
REPO
|
@ -42,6 +42,7 @@ d:spice-up
|
|||
d:mutt-wizard
|
||||
d:opensc
|
||||
d:aria2
|
||||
d:sent
|
||||
d:gtrash
|
||||
d:sxhkd
|
||||
d:bitwarden-rofi
|
||||
|
@ -274,6 +275,10 @@ f:22c2563a9a3aa9b52c0816e7cfa4164d:aria2/.footprint
|
|||
f:e89049c273aab8c85e38c94108f1c764:aria2/.signature
|
||||
f:1e631f63687f339cd2f3d9a4f1f09d82:aria2/.md5sum
|
||||
f:bafef8ab2c4752f6359e739f0a41d8f1:aria2/Pkgfile
|
||||
f:07539d34460e6b24dea60b651f7010c0:sent/.footprint
|
||||
f:a7ae7309b95ff9652d7d7dc927d069c0:sent/.signature
|
||||
f:4052a4e036342e0b3d7fa731b206bdb1:sent/.md5sum
|
||||
f:c3ac4959c73676446fd6751bfb044a5a:sent/Pkgfile
|
||||
f:ae0a5fd2c45d567a04f1446d8a2c25e8:gtrash/.footprint
|
||||
f:7801db5325aed742981ee44db0099460:gtrash/.signature
|
||||
f:c3ee27c2c451366c2849a2bd0cfb4d87:gtrash/.md5sum
|
||||
|
|
7
sent/.footprint
Normal file
7
sent/.footprint
Normal file
|
@ -0,0 +1,7 @@
|
|||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/sent
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/sent.1.gz
|
1
sent/.md5sum
Normal file
1
sent/.md5sum
Normal file
|
@ -0,0 +1 @@
|
|||
ad7bd7f9f475826ff6ad00d137a6442c sent-1.tar.gz
|
5
sent/.signature
Normal file
5
sent/.signature
Normal file
|
@ -0,0 +1,5 @@
|
|||
untrusted comment: verify with /etc/ports/d77crux.pub
|
||||
RWT0dvMs3lAWkHsOy7gKoij8307wiX2lm3oNSih4VULiZgp0Sg4fgtmR4XAHgEqc7mJy+c90laG45o4gb/ZcXfOm7NcvV5TicAg=
|
||||
SHA256 (Pkgfile) = 2afeea67ab91320b190281e0b5bd6ddcc808c8b48b9d6c89af03b200fd94e744
|
||||
SHA256 (.footprint) = 067c501d6b8170e03221b8f6698de84397b9a1c2066860d566b44afdd101c3b3
|
||||
SHA256 (sent-1.tar.gz) = 7bf3de9311ce291ff36adf5315b78fa72373e3ab80ca71387fb5884bcbd7be33
|
15
sent/Pkgfile
Normal file
15
sent/Pkgfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Description: Simple plaintext presentation tool.
|
||||
# URL: https://tools.suckless.org/sent/
|
||||
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
|
||||
# Depends on: farbfeld
|
||||
|
||||
name=sent
|
||||
version=1
|
||||
release=1
|
||||
source=(https://dl.suckless.org/tools/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
sed -i 's|PREFIX = /usr/local|PREFIX = /usr|' config.mk
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Reference in a new issue