commit 308bf2d
chld
·
2026-08-29 04:34:52 +0000 UTC
parent d196fa8
dfm: init
2 files changed,
+16,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+name: dfm
3+description: a powerful, simple and fast file manager with light resource usage
4+license: MIT
5+upstream: https://github.com/dylanaraps/dfm
6+version: git
7+maintainer:
+10,
-0
1@@ -0,0 +1,10 @@
2+#!/bin/sh -ue
3+NAME=dfm
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/dylanaraps/${NAME}"
7+prebuild(){
8+ export CFLAGS="$CFLAGS -static" LDFLAGS="$CFLAGS -static"
9+}
10+
11+. ${0%/*}/../../libsh/libdmake.sh