diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-28 15:27:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-28 16:55:42 -0400 |
commit | 217068206893864ed05911c3b06d8fdb802750a1 (patch) | |
tree | 3bfa87ee63197405f3aa18138eb8affd3ce7c7e7 /git-annex.cabal | |
parent | 468e2c789371f924ec4586148e4e9e5618c58303 (diff) |
importfeed: git-annex becomes a podcatcher in 150 LOC
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index b9715b847..da4a8dbe5 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -65,6 +65,9 @@ Flag TestSuite Flag TDFA Description: Use regex-tdfa for wildcards +Flag Feed + Description: Enable podcast feed support + Executable git-annex Main-Is: git-annex.hs Build-Depends: MissingH, hslogger, directory, filepath, @@ -154,6 +157,10 @@ Executable git-annex Build-Depends: dns CPP-Options: -DWITH_DNS + if flag(Feed) + Build-Depends: feed + CPP-Options: -DWITH_FEED + source-repository head type: git location: git://git-annex.branchable.com/ |