mirror of
https://github.com/alrayyes/dmenu.git
synced 2025-05-14 20:07:41 +00:00
added dmenu-frequency
This commit is contained in:
parent
8e213c2b43
commit
dd9e9e59ed
2 changed files with 336 additions and 1 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -10,12 +10,14 @@ license=('MIT')
|
|||
depends=('sh' 'libxinerama' 'libxft' 'freetype2' 'menu-calc' 'pass' 'yubikey-oath-dmenu' 'nerd-fonts-source-code-pro')
|
||||
|
||||
sha512sums=('c2779209fe012de8ca1cdd72923da6d594f4a8368c85c3c0e0afd4ae489a95fe0e6f05a947d115b6b389aa7170ab14c2c645a2031353b0a08f38327ab461fe65'
|
||||
'a253aff0ec1eb9f2201f7ea624b408e74590bdede9b9eab8240eab80c63dd5be49dcb00629b65704eb185907b90231ea7e6f88a25326ffc8f520fe42b0d8b11a')
|
||||
'a253aff0ec1eb9f2201f7ea624b408e74590bdede9b9eab8240eab80c63dd5be49dcb00629b65704eb185907b90231ea7e6f88a25326ffc8f520fe42b0d8b11a'
|
||||
'ad8183cca1ad1dd5b786896f94d127eeea53cece291c485f928388a7589402f49ed7e0ee8bdae71cc2ed41f3276b96591349cd820621f345376a54d557307fdf')
|
||||
|
||||
_patches=()
|
||||
|
||||
source=(https://dl.suckless.org/tools/dmenu-${pkgver}.tar.gz
|
||||
config.h
|
||||
dmenu-frequency
|
||||
"${_patches[@]}")
|
||||
|
||||
prepare() {
|
||||
|
@ -44,6 +46,9 @@ package() {
|
|||
cd ${pkgname}-${pkgver}
|
||||
make PREFIX=/usr DESTDIR="${pkgdir}" install
|
||||
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
|
||||
cd ../
|
||||
install -Dm0755 dmenu-frequency "${pkgdir}/usr/bin/dmenu-frequency"
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue